<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'SourceHanSansSC';
  src: url('https://img.yxemi.com/SourceHanSansSC-Regular.otf') format('opentype')
}
html{
  font-size: 100px;
}

.news-title{
  font-size: 28px;
  margin-top: 14px;
  text-align: center;
}
.news-time{
  font-size: 14px;
  padding: 7px 0;
  margin-bottom: 14px;
  color: #6c757d;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
@media only screen and (max-width: 1200px){
  .news-title{
    font-size: 24px;
  }
  .news-time{
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px){
  .news-title{
    font-size: 20px;
  }
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section, summary,input, textarea, select, button,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  font-family: "SourceHanSansSC";
  -webkit-tap-highlight-color: transparent;
  color: #262626;
}
a:hover{
  color: initial;
}
.anchor{
  position: absolute;
  top: -80px;
}
.anchorBL{
  display: none!important;
}

h5{
  font-size: 0.5rem;
  font-weight: bold;
  color: #262626;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 1200px){
  h5{
    font-size: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px){
  h5{
    font-size: 18px;
    margin-top: 30px;
  }
}

.hover-img{
  overflow: hidden;
}
.hover-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  display: block;
}
.hover-img:hover img{
  transform: scale(1.1);
}
.yx-header{
  height: 0.8rem;
  background: rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
}
.yx-header.white{
  background: rgba(255,255,255,.5);
}
.yx-header .logo{
  padding-top: 0.12rem;
  padding-left: 2.2rem;
}
.yx-header .logo img{
  height: 0.67rem;
}
.yx-header .logo img:first-child{
  display: block;
}
.yx-header .logo img:last-child{
  display: none;
}
.yx-header.on{
  background: #FFFFFF;
  box-shadow: 0 0.04rem 0.08rem rgba(0,0,0,.2);
}
.yx-header.on .logo img:first-child,
.yx-header.white .logo img:first-child
{
  display: none;
}
.yx-header.on .logo img:last-child,
.yx-header.white .logo img:last-child
{
  display: block;
}

.yx-header .list{
  height: 100%;
  display: flex;
  padding-right: 0.4rem;
}
.yx-header .list li{
  width: 1.25rem;
  height: 100%;
  margin: 0 0.12rem;
  line-height: 0.75rem;
  text-align: center;
  font-size: 0.2rem;
  color: #FFFFFF;
  position: relative;
  display: block;
}
.yx-header .list li &gt; a{
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.yx-header .list li.active,
.yx-header .list li:hover{
  border-bottom: 0.05rem solid #F5FEFF;
}
.yx-header.on .list li,
.yx-header.white .list li{
  color: #262626;
}
.yx-header.on .list li.active,
.yx-header.white .list li.active,
.yx-header.on .list li:hover,
.yx-header.white .list li:hover
{
  border-bottom: 0.05rem solid #202AEC;
  color: #202AEC;
  /*font-weight: bold;*/
}
.yx-header .language-switch{
  padding-bottom: 0.05rem;
}
.yx-header .language-switch.active,
.yx-header .language-switch:hover{
  border-bottom: none!important;
}
.yx-header .submenu{
  position: absolute;
  width: 10.55rem;
  height: 4.15rem;
  top: 0.8rem;
  left: -4.5rem;
  display: none;
}
.yx-header li:hover .submenu{
  display: block;
}
.yx-header .submenu &gt; div{
  width: 10.55rem;
  height: 4.05rem;
  margin-top: 0.1rem;
  background: url("/static/images/home/submenu_bg.jpg") no-repeat center/cover;
  background-color: #FFFFFF;
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0,0,0,.3);
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.yx-header .submenu .item{
  width: 1.8rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: 1.5rem;
  font-weight: normal;
}
.yx-header .submenu .item:last-child{
  margin-right: 0;
}
.yx-header .submenu .item p{
  line-height: 1.8;
  text-indent: 0.12rem;
  border-bottom: 1px solid #262626;
  font-size: 0.2rem;
}
.yx-header .submenu .item a{
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #999999;
  text-indent: 0.12rem;
  margin-top: 0.1rem;
}
.yx-header .submenu .item a:hover{
  background: #202AEC;
  color: #FFFFFF;
}
.yx-header .small{
  display: none;
}
.yx-header .language-switch a{
  align-items: center;
  justify-content: center;
}
.yx-header .language-switch a:first-child{
  display: flex;
}
.yx-header .language-switch a:last-child{
  display: none;
}
.en .yx-header .language-switch a:first-child{
  display: none;
}
.en .yx-header .language-switch a:last-child{
  display: flex;
}
.yx-header .language-switch span.off{
  color: #999;
}
.yx-header .language-switch span.on{
  font-size: 0.24rem;
}
.yx-header .language-switch span:nth-child(2){
  padding: 0 0.06rem;
}


@media only screen and (max-width: 1200px){
  .yx-header .logo{
    padding-left: 10px;
  }
  .yx-header .list{
    padding-right: 10px;
  }
  .yx-header .list li{
    width: 75px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 900px){
  body{
    padding-top: 46px;
  }
  .yx-header{
    height: 46px;
    background-color: #fff!important;
  }
  .yx-header .logo{
    display: none;
  }
  .yx-header .list{
    display: none;
  }
  .yx-header.on{
    box-shadow: none;
  }
  .yx-header .small{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
  }
  .yx-header .small &gt; i{
    width: 36px;
  }
  .yx-header .small &gt; i:first-child{
    height: 36px;
    background: url("/static/images/home/header_open.png") no-repeat center/18px 18px;
    cursor: pointer;
  }
  .yx-header.back .small &gt; i:first-child{
    background: url("/static/images/home/right.png") no-repeat center/10px 18px;
  }
  .yx-header .small .logo-img{
    width: 150px;
  }
}
.small-menu{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 1040;
  display: none;
}
.small-menu .list-box i{
  width: 32px;
  height: 32px;
  position: absolute;
  top: 25px;
  right: 30px;
  background: url("/static/images/home/close.png") no-repeat center/16px 16px;
  cursor: pointer;
}
.small-menu .list-box{
  background-color: #fff;
  width: 225px;
  height: 100%;
  font-size: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.small-menu .list-box li{
  line-height: 25px;
  border-bottom: 1px solid #575757;
  width: 60px;
  text-align: center;
}
.small-menu .list-box li + li{
  margin-top: 28px;
}
.small-menu .list-box li.active{
  font-weight: bold;
  border-bottom: 1px solid #1F62B5;
}
.small-menu .list-box li.active a{
  color: #1F62B5;
}
.yx-header .small-menu .language-switch span.on{
  font-size: 15px;
  color: #1F62B5;
}
.small-menu .language-switch span:nth-child(2){
  color: #1F62B5;
}


.yx-footer{
  width: 100%;
  height: 4.9rem;
  background-color: #183D90;
}
.yx-footer .box{
  width: 15rem;
  margin: 0 auto;
  display: flex;
  height: 4.2rem;
  padding-top: 0.5rem;
}
.yx-footer a, .yx-footer p{
  color: #fff;
  font-size: 0.16rem;
}
.yx-footer .left{
  flex: auto;
  display: flex;
}
.yx-footer .left &gt; div{
  display: flex;
  flex-direction: column;
  width: 1.35rem;
}
.yx-footer .left &gt; div:last-child{
  width: auto;
}
.yx-footer .left a{
  line-height: 0.4rem;
  color: #99A9C3;
}
.yx-footer .left a:first-child{
  font-size: 0.2rem;
  padding-bottom: 0.04rem;
  line-height: 0.48rem;
  color: #FFFFFF;
}
.yx-footer .right{
  flex: none;
}
.yx-footer .right p{
  line-height: 0.48rem;
}
.yx-footer .right p:first-child{
  font-size: 0.2rem;
}
.yx-footer .right div:last-child span{
  font-size: 12px;
  line-height: 12px;
  color: #99A9C3;
  display: block;
}
.yx-footer .right em{
  display: none;
}
.yx-footer .right img{
  width: 90px;
  height: 90px;
  margin: 10px 0;
  display: block;
}
.yx-footer .copyright{
  height: 0.7rem;
  background: #052772;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yx-footer .copyright *{
  margin: 0 0.05rem;
  color: #99A9C3;
}
@media only screen and (max-width: 1000px){
  .yx-footer .box{
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 900px){
  .yx-footer{
    height: auto;
  }
  .yx-footer .box{
    width: calc(100% - 30px);
    height: auto;
    padding: 30px 0;

  }
  .yx-footer .left{
    display: none;
  }
  .yx-footer .right{
    display: flex;
    width: 100%;
  }
  .yx-footer .right div:first-child{
    flex: auto;
  }
  .yx-footer .right p{
    font-size: 12px;
    color: #99A9C3;
    line-height: 22px;
  }
  .yx-footer .right p:first-child{
    width: 240px;
    height: 22px;
    background: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #213E92;
    margin-bottom: 10px;
  }
  .yx-footer .right p:not(:first-child) {
    display: flex;
  }
  .yx-footer .right p:not(:first-child) i{
    width: 15px;
    height: 15px;
    margin: 3px 5px;
  }
  .yx-footer .right p:nth-child(2) i{
    background: url("/static/images/home/footer_address.png") no-repeat center/contain;
  }
  .yx-footer .right p:nth-child(3) i{
    background: url("/static/images/home/footer_phone.png") no-repeat center/contain;
  }

  .yx-footer .right div:last-child{
    flex: none;
    margin-left: 30px;
  }
  .yx-footer .right img{
    width: 75px;
    height: 75px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .yx-footer .right span{
    display: none!important;
  }
  .yx-footer .right em{
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
  }
  .yx-footer .copyright{
    display: none;
  }
}


.full-screen{
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-page .full-screen{
  background-image: url("/static/images/home/full_screen.png");
}
.home-page .full-screen .box{
  width: 5.2rem;
  position: absolute;
  left: 28%;
  top: 50%;
  margin-top: -1.4rem;
  margin-left: -2.6rem;
}
.home-page .full-screen .box&gt;div:nth-child(1){
  font-size: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 0.02rem solid #FFFFFF;
  text-align: center;
  line-height: 0.85rem;
}
.home-page .full-screen .box&gt;div:nth-child(2){
  height: 0.5rem;
  line-height: 0.5rem;
  background: #FFFFFF;
  color: #1F62B5;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.04rem;
  letter-spacing: 0.01rem;
}
.home-page .full-screen .num-box{
  display: flex;
  justify-content: center;
}
.home-page .full-screen .num-box .item{
  text-align: center;
  font-size: 0.32rem;
  flex: 0 0 30%;
  width: 30%;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
.home-page .full-screen .num-box .item div:first-child{
  color: #FFFFFF;
}
.home-page .full-screen .num-box .item .num{
  color: #4AD5FF;
}
.home-page .full-screen .num-box .item &gt; p{
  font-size: 0.25rem;
  color: #FFFFFF;
}
.home-page .full-screen .link-btn{
  background: url("/static/images/home/btn_bg_1.jpg") no-repeat 100% 100%;
  color: #FFFFFF;
  margin: 0 auto;
  box-shadow: 0.04rem 0.04rem 0.1rem rgba(0,0,0,.4);
  width: 2rem;
  height: 0.6rem;
}
.home-page .full-screen .link-btn i{
  background: url(/static/images/home/link_2.png);
}


.link-btn{
  width: 2.88rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F3F8;
  font-size: 0.24rem;
  margin: 0 auto;
  color: #262626;
}
.link-btn:hover{
  background: #DFECFF;
}
.link-btn i {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/static/images/home/link.png") no-repeat center/100% 100%;
  margin-left: 0.15rem;
}


.home-about, .home-case{
  width: 15rem;
  margin: 0 auto;
}
.home-about &gt; p{
  font-size: 0.25rem;
  text-align: center;
  margin-top: 0.2rem;
}
.home-about &gt; p br{
  display: none;
}
.home-about .group, .home-case .group{
  display: flex;
  margin-top: 0.4rem;
}
.home-about .item{
  flex: 0 0 20%;
  width: 20%;
  height: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-about .item:nth-child(1){ background-image: url("/static/images/home/about_bg_1.jpg");}
.home-about .item:nth-child(2){ background-image: url("/static/images/home/about_bg_2.jpg");}
.home-about .item:nth-child(3){ background-image: url("/static/images/home/about_bg_3.jpg");}
.home-about .item:nth-child(4){ background-image: url("/static/images/home/about_bg_4.jpg");}
.home-about .item:nth-child(5){ background-image: url("/static/images/home/about_bg_5.jpg");}
.home-about .item:nth-child(6){ display: none;}


.home-about .content{
  width: 100%;
  height: 100%;
  background-color: rgba(97, 158, 255, .6);
  opacity: 0;
  padding: 0.5rem 0.1rem;
  font-size: 0.2rem;
  line-height: 1.9;
  color: #FFFFFF;
  cursor: pointer;
  text-align: justify;
  transition: opacity 0.5s;
}
.home-about .item:hover .content{
  opacity: 1;
}
.home-about .icon{
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 0.5rem;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.2rem;
  color: #FFFFFF;
}
.home-about .icon i{
  width: 0.6rem;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.home-about .item:nth-child(1) i{ background-image: url("/static/images/home/about_icon_1.png");}
.home-about .item:nth-child(2) i{ background-image: url("/static/images/home/about_icon_2.png");}
.home-about .item:nth-child(3) i{ background-image: url("/static/images/home/about_icon_3.png");}
.home-about .item:nth-child(4) i{ background-image: url("/static/images/home/about_icon_4.png");}
.home-about .item:nth-child(5) i{ background-image: url("/static/images/home/about_icon_5.png");}
.home-about .link-btn, .home-case .link-btn{
  margin-top: 0.4rem;
}


.home-case .item{
  flex: 0 0 33.333%;
  width: 33.333%;
}
.home-case .item .hover-img{
  height: 3.5rem;
}

.home-case .item &gt; p{
  font-size: 0.18rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.2rem;
}
.home-video{
  margin-top: 1.2rem;
  width: 100%;
  height: 26.0417vw;
}
.home-video video{
  width: 100%;
  height: 26.0417vw;
}
@media only screen and (max-width: 1200px){
  .home-video{
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px){
  .home-video{
    margin-top: 40px;
  }
  .home-video, .home-video video{
    height: 56.25vw;
  }
}

.home-news .box{
  width: 15rem;
  margin: 0.5rem auto 1.5rem;
  display: flex;
  justify-content: space-between;
}
.home-news .left{
  width: 7.38rem;
}
.home-news .left .img-box{
  width: 100%;
  height: 4.12rem;
  box-shadow: 0.09rem 0.1rem 0.08rem 0rem rgba(231,233,244,0.89);
}
.home-news .left .title{
  width: 100%;
  height: 0.46rem;
  background: #F1F3F8;
  box-shadow: 0.09rem 0.1rem 0.08rem 0rem rgba(231,233,244,0.89);
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #1A1A1A;
  line-height: 0.42rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news .content-box{
  display: flex;
  align-items: center;
}
.home-news .content-box .date{
  font-size: 0.24rem;
  width: 0.65rem;
  flex: none;
  text-align: center;
  line-height: 0.3rem;
}
.home-news .content-box .line{
  width: 0.02rem;
  height: 0.38rem;
  background: #000000;
  flex: none;
  margin: 0 0.2rem;
}
.home-news .content-box .text{
  flex: auto;
}
.home-news .content-box span{
  font-size: 0.18rem;
  color: #999999;
}
.home-news .left .content-box{
  padding: 0.2rem;
}
.home-news .left .content-box span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-news .right{
  width: 7.1rem;
  padding-right: 0.1rem;
}
.home-news .right .content-box{
  width: 100%;
  height: 1rem;
  background: #FFFFFF;
  border: 1px solid #F1F3F8;
  box-shadow: 0.09rem 0.1rem 0.08rem 0rem rgba(231,233,244,1);
  padding: 0 0.2rem;
  margin-bottom: 0.55rem;
}
.home-news .right .content-box:nth-last-child(2){
  margin-bottom: 0.3rem;
}
.home-news .right .content-box:hover{
  background: #F1F3F8;
}
.home-news .right p{
  font-size: 0.22rem;
  color: #262626;
}
.home-news .right .content-box .text *{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.home-case .case-swiper{
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.home-case #case.swiper-container{
  width: 1020px;
  flex: none;
  margin: 0 auto;
  padding: 10px 0;
}
.home-case #case .swiper-slide{
  position: relative;
  width: 350px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  background-color: #000;
}
.home-case #case .img-box{
  width: 330px;
  height: 240px;
  opacity: .75;
}
.home-case #case .swiper-slide.swiper-slide-active .img-box{
  opacity: 1;
}
.home-case #case .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-case #case .swiper-slide p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(120, 148, 192, 0.5);
  height: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.home-case .swiper-btn{
  width: 32px;
  height: 32px;
  background: url("/static/images/home/right.png") no-repeat 40% center/11px 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -16px;
}
.home-case .swiper-btn.button-prev{
  left: 8px;
}
.home-case .swiper-btn.button-next{
  right: 8px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1280px){
  .home-case .item &gt; p{
    font-size: 12px;
  }
  .home-news .content-box span{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .home-about, .home-case{
    width: 750px;
  }
  .home-about .item{
    height: 250px;
  }
  .home-about .icon i{
    width: 30px;
    height: 30px;
  }
  .home-case .item .hover-img{
    height: 180px;
  }
  .link-btn{
    width: 125px;
    height: 30px;
    font-size: 12px;
  }
  .link-btn i{
    width: 15px;
    height: 15px;
  }
  .home-news .box{
    width: 750px;
  }
  .home-news .left, .home-news .right{
    width: 365px;
    padding: 0;
  }

}
@media only screen and (max-width: 900px){
  .home-page .full-screen{
    height: 64vw;
    background-image: url("/static/images/home/full_screen_2.png");
  }
  .home-page .full-screen .box{
    width: 172px;
    left: 26%;
    top: 45%;
    margin-top: -40px;
    margin-left: -86px;
  }
  .home-page .full-screen .box&gt;div:nth-child(1){
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    color: #183D90;
    line-height: 28px;
  }
  .home-page .full-screen .box&gt;div:nth-child(2){
    display: none;
  }
  .home-page .full-screen .num-box{
    justify-content: space-between;
  }
  .home-page .full-screen .num-box .item{
    font-size: 12px;
    flex: none;
    width: auto;
    padding-top: 15px;
  }
  .home-page .full-screen .num-box .item &gt; p{
    font-size: 12px;
    font-weight: normal;
  }
  .home-about &gt; p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px){
  .home-about{
    width: 450px;
  }
  .home-about .group{
    flex-wrap: wrap;
  }
  .home-about .item{
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  .home-about .item:nth-child(6){
    display: flex;
    background: url("/static/images/home/about_bg_6.jpg") no-repeat center/cover;
    background-color: #F1F3F8;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #999999;
  }
  .home-about .item:nth-child(6) i{
    width: 30px;
    height: 30px;
    background: url("/static/images/home/link_3.png") no-repeat center/cover;
  }
  .home-about .link-btn{
    display: none;
  }
  .home-case{
    width: 100%;
  }
  .home-case .case-swiper{
    display: flex;
  }
  .home-case .group{
    display: none;
  }
  .home-news .box{
    width: 450px;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    align-items: center;
    padding: 20px;
    margin: 10px auto 60px;
    box-shadow: 2px 2px 3px rgba(138, 138, 138, 0.1);
  }
  .home-news .right .content-box{
    display: none;
  }
  .home-news .left{
    width: 100%;
  }
  .home-news .right{
    width: 100%;
  }
  .home-news .right .link-btn{
    margin: 0 auto!important;
  }
  .home-news .left .title{
    box-shadow: none;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    margin-top: 15px;
  }
  .home-news .left .content-box{
    padding: 8px 8px 16px;
  }
  .home-news .content-box .date{
    font-size: 12px;
    color: #999999;
  }
  .home-news .content-box .line{
    background-color: #999999;
  }
}
@media only screen and (max-width: 576px){
  .home-about{
    width: 100%;
  }
  .home-about &gt; p br{
    display: inline-block;
    font-size: 12px;
  }
  .home-about .group{
    margin-top: 12px;
  }
  .home-about .item{
    height: 55.55vw;
  }
  .home-about .item:hover .content{
    opacity: 0;
  }
  .home-about .icon{
    bottom: 5.6vw;
  }
  .home-about .icon i, .home-about .item:nth-child(6) i{
    width: 25px;
    height: 25px;
  }
  .home-case #case.swiper-container{
    width: calc(219vw + 30px);
  }
  .home-case #case .swiper-slide{
    width: 73vw;
    box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  }
  .home-case #case .img-box{
    width: 73vw;
    height: 53vw;
  }
  .home-news .box{
    width: auto;
    padding: 15px;
    margin: 10px 7px 60px;
  }
  .home-news .left .img-box{
    width: calc(100vw - 46px);
    height: calc(50vw - 23px);
  }
}


/*  å…³äºŽç›ˆèŠ¯å¼€å§‹  */
.about-page .full-screen{
  background-image: url("/static/images/about/full_screen.png");
}
.about-page .full-screen .box{
  position: absolute;
  width: 13.15rem;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  text-align: center;
}
.about-page .full-screen .box &gt; p{
  font-size: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
}
.about-page .full-screen .list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.48rem;
}
.about-page .full-screen .item{
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
}
.about-page .full-screen .item .img-box{
  background-color: #fff;
  width: 4.1rem;
  height: 2.6rem;
  margin-bottom: 0.08rem;
}
.about-page .full-screen .item span{
  display: block;
}
.about-introduce{
  padding: 0.6rem 0;
  position: relative;
  width: 10.3rem;
  margin: 0 auto;
}
.about-introduce .introduce{
  font-size: 0.2rem;
  color: #999999;
  line-height: 1.6;
  text-indent: 0.4rem;
  text-align: justify;
}
.about-introduce .box{
  height: 8.4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 0.4rem;
}
.about-introduce .item{
  margin-top: 0.2rem;
}
.about-introduce .item p{
  width: 1.16rem;
  height: 0.4rem;
  line-height: 0.36rem;
  background: #1F62B5;
  color: #FFFFFF;
  font-size: 0.2rem;
  text-align: center;
  margin: 0.16rem 0 0.04rem;
}
.about-introduce .item:nth-child(2n) p{
  width: 1.3rem;
}
.about-introduce .item span{
  font-size: 0.16rem;
  color: #999999;
  display: block;
}
.about-introduce .item .img-box{
  background-color: #ccc;
}
.about-introduce .item:nth-child(-n+2){
  width: 5.7rem;
}
.about-introduce .item:nth-child(n+3){
  width: 4.4rem;
}
.about-introduce .item:nth-child(1) .img-box{
  height: 3.4rem;
}
.about-introduce .item:nth-child(2) .img-box{
  height: 2.5rem;
}
.about-introduce .item:nth-child(3) .img-box{
  height: 2.05rem;
}
.about-introduce .item:nth-child(4) .img-box{
  height: 3.85rem;
}

.about-strength{
	background-color: #F3F6FD;
	padding: 0.8rem 0 1.1rem;
  position: relative;
}
.about-strength h5{
	margin-top: 0;
}
.about-strength .list{
	width: 10.56rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-strength .list .item{
	width: 3.3rem;
	height: 2.4rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.06rem 0.09rem rgba(213,218,229,0.91);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.3rem 0.3rem 0;
	margin-top: 0.32rem;
}
.about-strength .item i{
	width: 0.6rem;
	height: 0.6rem;
	background-position: center;
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about-strength .item:nth-child(1) i{ background-image: url("/static/images/about/strength_1.png");}
.about-strength .item:nth-child(2) i{ background-image: url("/static/images/about/strength_2.png");}
.about-strength .item:nth-child(3) i{ background-image: url("/static/images/about/strength_3.png");}
.about-strength .item:nth-child(4) i{ background-image: url("/static/images/about/strength_4.png");}
.about-strength .item:nth-child(5) i{ background-image: url("/static/images/about/strength_5.png");}
.about-strength .item:nth-child(6) i{ background-image: url("/static/images/about/strength_6.png");}

.about-strength .item &gt; div{
	font-size: 0.28rem;
	font-weight: bold;
}
.about-strength .item &gt; p{
	font-size: 0.18rem;
	color: #999999;
	text-align: justify;
}

.about-patent{
  width: 100%;
  height: 9.43rem;
  background: url("/static/images/about/patent.jpg") no-repeat center/cover;
  padding-top: 0.8rem;
  text-align: center;
  position: relative;
}
.about-patent h5{
  margin-top: 0;
  font-size: 0.56rem;
}
.about-patent h6{
  font-size: 0.25rem;
  color: #211E21;
  margin-top: 0.04rem;
  letter-spacing: 0.02rem;
}
.about-patent p{
  margin: 0.25rem auto 0;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.38rem;
}
.about-patent p span{
  font-weight: bold;
}

.about-course{
  width: 100%;
  height: 8.9rem;
  background-image: url("/static/images/about/course_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 6rem;
  background-position: top;
  padding-top: 1rem;
  position: relative;
}
.about-course h5{
  margin-top: 0;
  font-size: 0.4rem;
  color: #1F62B5;
}
.about-course .line{
  position: absolute;
  width: 15rem;
  height: 0.03rem;
  min-height: 2px;
  background-color: #749AC9;
  top: 2.83rem;
  left: 50%;
  margin-left: -7.5rem;
}
.about-course .pagination{
  width: 14.4rem;
  margin: 0.74rem auto 0;
  overflow: hidden;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}
.about-course .pagination .list{
  display: flex;
  width: 100%;
}
.about-course .pagination .item{
  width: 25%;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #749AC9;
  font-size: 0.24rem;
  font-weight: bold;
}
.about-course .pagination .item i{
  width: 0.24rem;
  height: 0.24rem;
  background: #FFFFFF;
  border: 0.02rem solid #749AC9;
  border-radius: 50%;
  box-shadow: 0 0 0 0.06rem rgba(116, 154, 201, 0.3);
  margin-top: 0.12rem;
  cursor: pointer;
}
.about-course .pagination .item.on{
  color: #1F62B5;
}
.about-course .pagination .item.on i{
  background: #1F62B5;
}
.about-course .swiper-container{
  width: 15.1rem;
  margin: 0 auto;
}
.about-course .swiper-slide .box{
  width: 15rem;
  margin: 0.1rem auto;
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0.02rem 0.02rem 0.06rem rgba(0,0,0,.2);
}
.about-course .swiper-slide .hover-img{
  width: 9.8rem;
  height: 5rem;
  flex: none;
}
.about-course .right{
  flex: auto;
  padding: 1.3rem 0.7rem;
}
.about-course .right h6{
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #999999;
  border-bottom: 1px solid #999999;
  padding-right: 0.1rem;
  margin-bottom: 0.2rem;
  width: fit-content;
}
.about-course .right p{
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.42rem
}
.about-vision{
  width: 100%;
  height: 6.8rem;
  background-image: url("/static/images/about/vision.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
  padding-top: 2rem;
  position: relative;
}
.about-vision p:nth-child(2){
  font-size: 0.42rem;
  font-weight: bold;
}
.about-vision p:last-child{
  font-size: 0.25rem;
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1440px){
  .about-introduce .item span{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px){
  .about-strength .item &gt; p{
    font-size: 12px;
  }
  .about-strength .list .item{
    padding: 18px 12px 0;
  }
  .about-patent p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .about-page .full-screen .box &gt; p{
    font-size: 25px;
  }
  .about-page .full-screen .box{
    width: 656px;
  }
  .about-page .full-screen .list{
    margin-top: 22px;
  }
  .about-page .full-screen .item .img-box{
    width: 204px;
    height: 130px;
  }

  .about-patent h5 {
    font-size: 25px;
  }
  .about-patent h6{
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px){
  .about-course{
    height: 650px;
  }
  .about-course .line{
    width: 640px;
    margin-left: -320px;
  }
  .about-course .pagination{
    width: 600px;
  }
  .about-course .swiper-container{
    width: 640px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
  }
  .about-course .swiper-slide .box{
    flex-direction: column;
    margin: 0;
    width: 640px;
    padding-top: 18px;
    align-items: center;
    box-shadow: none;
  }
  .about-course .swiper-slide .hover-img{
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
  }
  .about-course .right{
    padding: 10px 0 0;
    height: 60px;
    width: 9.8rem;
  }
  .about-course .right h6{
    display: none;
  }
  .about-course .right p{
    line-height: 20px;
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (max-width: 900px){
  .about-patent{
    height: 488px;
    padding-top: 40px;
  }
  .about-patent h5{
    font-size: 20px;
  }
  .about-patent h6{
    font-size: 12px;
  }
  .about-page .full-screen .box &gt; p{
    font-size: 18px;
  }
  .about-page .full-screen .box{
    width: 570px;
  }
  .about-page .full-screen .item .img-box{
    width: 180px;
    height: 115px;
  }
}
#introduce-swiper{
  display: none;
}
@media only screen and (max-width: 768px){
  .about-introduce{
    width: 100%;
    padding: 20px;
  }
  .about-introduce .introduce{
    font-size: 12px;
    line-height: 22px;
  }
  .about-introduce .box{
    display: none;
  }
  #introduce-swiper{
    display: block;
    width: 100%;
    margin-top: 10px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.1);
    padding-top: 18px;
  }
  #introduce-swiper .swiper-slide .swiper-box{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 36px;
  }
  #introduce-swiper .swiper-slide .hover-img{
    width: 476px;
    height: 252px;
  }
  #introduce-swiper .swiper-slide p{
    width: 90px;
    height: 23px;
    background: #1F62B5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    margin-top: 16px;
  }
  #introduce-swiper .swiper-slide span{
    font-size: 12px;
    color: #999999;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    padding: 0 10px;
  }
  #introduce-swiper .swiper-pagination{
    bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .about-strength{
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .about-strength .list{
    width: 436px;
  }
  .about-strength .list .item{
    background-color: #F8F8F8;
  }
  .about-strength .item i{
    width: 30px;
    height: 30px;
  }
  .about-strength .item &gt; div{
    font-size: 16px;
  }
  .about-patent{
    height: 450px;
    padding-top: 30px;
  }
  .about-course{
    padding-top: 40px;
    height: fit-content;
    padding-bottom: 50px;
    background-image: url(/static/images/about/course_bg_2.jpg);
    background-size: cover;
  }
  .about-course h5{
    font-size: 18px;
  }
  .about-course .line{
    width: auto;
    left: 10px;
    right: 10px;
    margin: 0;
    top: 111px;
  }
  .about-course .pagination{
    width: 90%;
    margin-top: 20px;
  }
  .about-course .pagination .item{
    font-size: 12px;
  }
  .about-course .pagination .item i{
    width: 12px;
    height: 12px;
    border: 1px solid #749AC9;
    box-shadow: 0 0 0 4px rgba(116, 154, 201, 0.3);
  }
  .about-course .swiper-container{
    width: calc(100vw - 20px);
  }
  .about-course .swiper-slide .box{
    width: calc(100vw - 20px);
    padding-top: 16px;
  }
  .about-course .swiper-slide .hover-img{
    width: calc(100vw - 45px);
    height: calc(51vw - 30px);
  }
  .about-course .right{
    height: 80px;
    width: calc(100vw - 45px);
  }
}
@media only screen and (max-width: 576px){
  .about-page .full-screen{
    background-image: url(/static/images/about/banner.jpg);
    height: 93.3333vw;
  }
  .about-page .full-screen .box{
    width: 100%;
    left: 0;
    transform: none;
    top: 12vw;
  }
  .about-page .full-screen .list{
    margin-top: 33vw;
  }
  .about-page .full-screen .item{
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .about-page .full-screen .box &gt; p{
    line-height: 5vw;
  }
  .about-page .full-screen .item .img-box{
    display: none;
  }
  .about-page .full-screen .item span{
    padding: 0 10px;
  }
  .about-introduce{
    padding: 20px 10px;
  }
  #introduce-swiper .swiper-slide .hover-img{
    width: calc(100vw - 46px);
    height: calc(52.9vw - 24px);
  }
  .about-strength .list{
    width: calc(100% - 20px);
  }
  .about-strength .list .item{
    width: 48%;
    height: 170px;
    margin-top: 15px;
    padding-top: 24px;
  }
  .about-patent{
    height: 107vw;
    background: url(/static/images/about/patent_2.jpg) no-repeat center/cover;
    padding-top: 12vw;
  }
  .about-patent h6{
    transform: scale(0.8);
  }
  .about-patent p{
    color: #575757;
    text-align: justify;
    width: 325px;
    margin: 6vw auto;
    text-indent: 24px;
    line-height: 19px;
  }
  .about-patent p span{
    font-weight: normal;
  }
  .about-patent p br:nth-child(2),
  .about-patent p br:nth-child(7){
    display: none;
  }
  .about-vision{
    height: 230px;
    padding-top: 40px;
  }
  .about-vision p:nth-child(2){
    font-size: 18px;
  }
  .about-vision p:last-child{
    font-size: 12px;
    width: 173px;
    margin: 15px auto;
  }
}
/* å…³äºŽç›ˆèŠ¯  ç»“æŸ */


/* æ–°é—»åˆ—è¡¨  å¼€å§‹ */
.news-page .banner{
  height: 7.06rem;
  background: url("/static/images/news/banner.jpg") no-repeat center/cover;
}

.news-list{
  width: 12rem;
  margin: 0.9rem auto 0.45rem;
  box-sizing: content-box;
}
.news-list .item{
  border: 1px solid #EFEFEF;
  box-shadow: 0.05rem 0.04rem 0.06rem 0rem #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.18rem 0.32rem 0.18rem 0.18rem;
  margin-bottom: 0.36rem;
  background: #FFFFFF;
}
.news-list .item .img-box{
  width: 5.4rem;
  height: 3.2rem;
  overflow: hidden;
}
.news-list .item .img-box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-list .item .right-box{
  width: 5.7rem;
}
.news-list .item .right-box .title{
  font-size: 0.2rem;
  height: 0.3rem;
  background: #1F62B5;
  line-height: 0.27rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0rem 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.news-list .item .content-box{
  display: flex;
  align-items: center;
}
.news-list .item .content-box .date{
  flex: none;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1;
}
.news-list .item .content-box .date span{
  font-size: 0.16rem;
}
.news-list .item .content-box .line{
  width: 2px;
  height: 0.3rem;
  background: #000000;
  margin: 0 0.28rem 0 0.2rem;
  flex: none;
}
.news-list .item .content-box p{
  font-size: 0.16rem;
  text-align: justify;
  flex: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  color: #999999;
}
.news-list .item .right-box .href{
  font-size: 0.2rem;
  background: #1F62B5;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.4rem;
  margin-top: 0.65rem;
}
.news-list .item .right-box img{
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.19rem;
}
.news-list .news-list-bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-list-bottom .item{
  flex: 0 0 47.5%;
  max-width: 47.5%;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0.6rem;
}
.news-list .news-list-bottom .item .right-box{
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1440px){
  .news-list .item .right-box .title{
    font-size: 15px;
    height: 22px;
    line-height: 20px;
  }
  .news-list .item .content-box p{
    font-size: 12px;
  }
  .news-list .item .content-box .date{
    font-size: 15px;
  }
  .news-list .item .content-box .date span{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .news-page .banner{
    height: 36.77vw;
  }
}
.news-list h5{
  display: none;
}
@media only screen and (max-width: 768px){
  .news-list{
    width: calc(100% - 15px);
    max-width: 500px;
    margin-top: 0;
  }
  .news-list h5{
    margin-bottom: 12px;
    display: block;
  }
  .news-list .item{
    margin-bottom: 12px!important;
  }
  .news-list .item.top-item{
    flex-direction: column;
    padding: 18px 10px;
    border: 1px solid rgba(191,191,191,0.4);
    box-shadow: 2px 2px 5px 1px rgba(191,191,191,0.2);
  }
  .news-list .item.top-item .right-box .href{
    display: none;
  }
  .news-list .item.top-item .img-box{
    width: calc(100% - 10px);
    height: 165px;
    margin-bottom: 15px;
  }
  .news-list .item .right-box{
    width: 100%;
  }
  .news-list .item .content-box .date{
    color: #999999;
    font-size: 14px;
  }
  .news-list .item .content-box .line{
    width: 1px;
    height: 30px;
    background-color: #999999;
    margin: 0 8px;
  }
  .news-list .item.top-item .title{
    width: 100%;
    background-color: #F1F3F8;
    color: #262626;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
  }
  .news-list .item.top-item .content-box{
    padding: 0 10px;
  }
  .news-list .item.top-item .content-box p{
    -webkit-line-clamp: 2;
  }
  .news-list .news-list-bottom .item{
    flex: auto;
    width: 100%;
    max-width: none;
    padding: 15px 20px 20px;
  }
  .news-list .news-list-bottom .item{
    border: 1px solid rgba(191,191,191,0.4);
    box-shadow: 2px 2px 5px 1px rgba(191,191,191,0.2);
    position: relative;
  }
  .news-list .news-list-bottom .item .img-box{
    display: none;
  }
  .news-list .news-list-bottom .item .title{
    position: absolute;
    background-color: transparent;
    color: #262626;
    top: 15px;
    left: 68px;
    right: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .news-list .news-list-bottom .item .right-box{
    margin-top: 0;
  }
  .news-list .news-list-bottom .item .content-box p{
    -webkit-line-clamp: 1;
    margin-top: 20px;
    line-height: 1;
  }
}
@media only screen and (max-width: 576px){
  .news-page .banner{
    background: url(/static/images/news/banner_2.jpg) no-repeat center/cover;
    height: 64vw;
    max-height: 280px;
  }
}

/* æ–°é—»åˆ—è¡¨  ç»“æŸ */





/* è”ç³»æˆ‘ä»¬  åŠ&nbsp;å…¥æˆ‘ä»¬ å¼€å§‹ */
.contact-page .banner{
  height: 7rem;
  background: url("/static/images/contact/banner_bg.jpg") no-repeat center/cover;
  position: relative;
}
.join-page .banner{
  height: 7.11rem;
  background: url("/static/images/contact/join_banner_bg.jpg") no-repeat center/cover;
}

.contact-page .banner .box{
  position: absolute;
  width: 5.6rem;
  height: 3rem;
  top: 50%;
  margin-top: -1.5rem;
  left: 27.5%;
  margin-left: -2.8rem;
  text-align: center;
}
.contact-page .banner .box h4{
  font-size: 0.32rem;
  font-weight: bold;
}
.contact-page .banner .box p{
  color: #575757;
  font-size: 0.2rem;
  line-height: 0.32rem;
  text-indent: 0.4rem;
  margin-top: 0.2rem;
  text-align: left;
}
.contact-page .banner .box &gt; div{
  margin: 0.4rem auto 0;
  display: flex;
  justify-content: center;
}
.contact-page .banner &gt; img,
.contact-page .banner .box &gt; img{
  display: none;
}
.contact-page .banner .box &gt; div img{
  width: 1.3rem;
  height: 1.3rem;
  box-shadow: 0.03rem 0.03rem 0.1rem rgba(0,0,0,.2);
}
.contact-page .banner .box .list{
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 0.3rem;
}
.contact-page .banner .box .item{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #575757;
}
.contact-page .banner .box i{
  width: 0.3rem;
  height: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.contact-page .banner .box .item:nth-child(1) i{
  background-image: url("/static/images/contact/banner_icon_1.png");
}
.contact-page .banner .box .item:nth-child(2) i{
  background-image: url("/static/images/contact/banner_icon_2.png");
}
.contact-page .banner .box .item:nth-child(3) i{
  background-image: url("/static/images/contact/banner_icon_3.png");
}
.contact-address{
  width: 15.6rem;
  margin: 0 auto 1.8rem;
  position: relative;
  padding-top: 1rem;
}
.contact-address h5{
  font-size: 0.4rem;
  margin-top: 0;
}
.contact-address .box{
  display: flex;
  /*height: 5.6rem;*/
  margin-top: 0.6rem;
  justify-content: space-between;
}
.contact-address #map{
  width: 8.6rem;
  background-color: #ccc;
}
.contact-address .list{
  width: 6.4rem;
  display: flex;
  flex-direction: column;
}
.contact-address .item{
  display: flex;
  margin-top: 0.15rem;
  padding: 0.2rem 0.4rem;
}
.contact-address .item:first-child{
  margin-top: 0;
}
.contact-address .item p{
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
.contact-address .item span{
  font-size: 0.16rem;
  line-height: 1.25;
  color: #999999;
  display: block;
}
.contact-address .item.on,
.contact-address .item:hover{
  box-shadow: 0.03rem 0.03rem 0.1rem #DADFE8;
}
.contact-address .item i{
  width: 0.2rem;
  height: 0.26rem;
  background-size: 100% 100%;
  background-image: url("/static/images/contact/location_1.png");
  margin-right: 0.08rem;
  flex: none;
}
.contact-address .item.on i,
.contact-address .item:hover i{
  background-image: url("/static/images/contact/location_2.png");
}
.contact-address .item.on p,
.contact-address .item:hover p{
  color: #1F62B5;
}
.contact-join{
  padding: 0.5rem 0 1.9rem;
  position: relative;
  width: 12.72rem;
  margin: 0 auto;
}
.contact-join h5{
  font-size: 0.4rem;
  margin-top: 0;
}
.contact-join .contact-info{
  margin: 0.5rem auto 0.6rem;
  padding: 0.5rem 0;
  border: 1px solid #EFEFEF;
  box-shadow: 0rem 0.06rem 0.09rem 0.01rem rgba(213,218,229,0.91);
  border-radius: 0.1rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.2rem;
}
.contact-join .contact-info &gt; div{
  display: flex;
  width: 2.88rem;
  margin-bottom: 0.15rem;
}
.contact-join .contact-info &gt; div i{
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  margin-right: 0.15rem;
}
.contact-join .contact-info &gt; div:nth-child(1) i{
  background-image: url("/static/images/contact/email.png");
}
.contact-join .contact-info &gt; div:nth-child(2) i{
  background-image: url("/static/images/contact/phone.png");
}
.contact-join .contact-info p{
  line-height: 0.3rem;
  margin: 0.1rem 0;
  color: #999999;
  text-align: center;
}
.contact-join .contact-info p br{
  display: none;
}
.contact-join .list{
  text-align: center;
}
.contact-join .list img{
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  margin: 0 auto;
}
.contact-join .list h6{
  color: #1F62B5;
  font-size: 0.25rem;
  margin: 0.1rem 0 0.15rem;
}
.contact-join .list .item{
  border-radius: 0.1rem;
  background-color: #FFFFFF;
  margin-bottom: 0.3rem;
}
.contact-join .item .top{
  height: 1.4rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}
.contact-join .item .title{
  width: 1.5rem;
  height: 0.4rem;
  background: #1F62B5;
  line-height: 0.36rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.18rem;
  flex: none;
  border-radius: 2px;
}
.contact-join .item .line{
  flex: none;
  width: 1px;
  height: 0.4rem;
  background-color: #EFEFEF;
  margin: 0 0.24rem 0 0.6rem;
}
.contact-join .item .info{
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: left;
}
.contact-join .item .info p:nth-child(3n + 1){
  flex: none;
  width: 2.3rem;
}
.contact-join .item .info p:nth-child(3n + 2){
  flex: none;
  width: 2rem;
}
.contact-join .item .info p:nth-child(3n){
  flex: auto;
}
.contact-join .item .operation{
  width: 1.25rem;
  height: 0.4rem;
  border: 1px solid #262626;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  flex: none;
  cursor: pointer;
}
.contact-join .item .operation span{
  margin-right: 0.05rem;
}
.contact-join .item .operation i{
  width: 0.12rem;
  height: 0.12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/images/contact/right.png");
  background-size: 0.07rem 0.11rem;
}
.contact-join .item .bottom{
  height: 0;
  overflow: hidden;
  transition: height .5s;
}

.contact-join .item.on{
  border: 1px solid #EFEFEF;
  box-shadow: 0rem 0.06rem 0.09rem 0.01rem rgba(213,218,229,0.91);
}
.contact-join .item.on .top{
  border-bottom: 1px solid #EFEFEF;
}
.contact-join .item.on .operation{
  border: 1px solid #1F62B5;
  background: #1F62B5;
  color: #FFFFFF;
}
.contact-join .item.on .operation i{
  background-image: url("/static/images/contact/bottom.png");
  background-size: 0.11rem 0.07rem;
}
.contact-join .item.on .bottom{
  height: auto;
  padding: 0rem 0.75rem 0.5rem;
  font-size: 0.18rem;
  color: #999999;
  line-height: 1.778;
  text-align: left;
}
.contact-join .item.on .bottom span{
  color: #000;
  margin-top: 0.45rem;
  display: block;
}
.contact-join .item.on .bottom p{
  text-align: justify;
}

@media only screen and (max-width: 1200px){
  .contact-page .banner{
    height: 36.45vw;
  }
  .join-page .banner{
    height: 37vw;
  }
  .contact-address{
    padding-top: 36px;
    margin-bottom: 50px;
  }
  .contact-address h5,
  .contact-join h5{
    font-size: 18px;
  }
  .contact-address .box{
    margin-top: 9px;
  }
  .contact-join{
    width: calc(100% - 30px);
    max-width: 795px;
    padding: 30px 0 80px;
  }
  .contact-join .contact-info{
    margin: 20px 0 40px;
  }
  .contact-join .list img{
    width: 22px;
    height: 22px;
  }
  .contact-join .list h6{
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px){
  .contact-address{
    width: calc(100% - 30px);
  }
  .contact-address #map{
    width: calc(50% - 10px);
  }
  .contact-address .list{
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 900px){
  .contact-page .banner .box{
    top: 40%;
  }
}
@media only screen and (max-width: 800px){
  .contact-join .contact-info p br{
    display: inline-block;
  }
  .contact-join .item .line{
    display: none;
  }
  .contact-join .item .title{
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px){
  .contact-address{
    width: calc(100% - 15px);
    max-width: 500px;
  }
  .contact-address .box{
    flex-wrap: wrap;
  }
  .contact-address #map{
    width: 100%;
    height: 250px;
  }
  .contact-address .list{
    width: 100%;
    margin-top: 13px;
  }
  .contact-address .item{
    padding: 8px 10px;
    margin-top: 10px;
  }
  .contact-address .item i{
    width: 10px;
    height: 13px;
    margin-top: 4px;
  }
  .contact-address .item p{
    font-size: 14px;
  }
  .contact-address .item span{
    font-size: 12px;
    line-height: 18px;
  }
  .contact-join .item .info p:nth-child(3n + 1),
  .contact-join .item .info p:nth-child(3n + 2)
  {
    width: 50%;
  }
  .contact-join .item .info p:nth-child(3n){
    order: 2;
  }
  .contact-join .item .top{
    height: 100px;
  }
}
.contact-page .banner .box p br{
  display: none;
}
@media only screen and (max-width: 700px){
  .contact-page .banner{
    height: auto;
    background-image: none;
    background-color: #F3F3F5;
    padding-bottom: 45px;
  }
  .contact-page .banner &gt; img{
    display: block;
    width: 100%;
  }
  .contact-page .banner .box{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    height: fit-content;
  }
  .contact-page .banner .box &gt; img{
    display: block;
    width: 15px;
    height: 9px;
    margin: 5px auto;
  }
  .contact-page .banner .box p{
    text-align: center;
    margin-top: 5px;
  }
  .contact-page .banner .box p br{
    display: inline-block;
  }
  .contact-join .item .top{
    padding: 0 40px;
  }
  .contact-join .item.on .bottom{
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width: 576px){
  .join-page .banner{
    height: 190px;
    background: url("/static/images/contact/join_banner_bg_2.jpg") no-repeat center/cover;
  }
  .contact-join{
    width: calc(100% - 15px);
    padding-bottom: 40px;
  }
  .contact-join .contact-info{
    border-radius: 0;
    box-shadow: 0px 5px 4px 0px rgba(191,191,191,0.25);
    padding: 23px 0;
  }

  .contact-join .list .item{
    position: relative;
    margin-top: 50px;
  }
  .contact-join .item .title{
    position: absolute;
    top: -32px;
    left: 0;
    margin: 0;
    width: 110px;
    background-color: #1F62B5;
    color: #fff;
    font-size: 13px;
    box-shadow: 2px 2px 5px 0px rgba(191,191,191,0.25);
  }
  .contact-join .item .operation{
    position: absolute;
    top: -32px;
    right: 0;
    border: none;
    color: #1F62B5;
    font-size: 12px;
    border-radius: 2px;
  }
  .contact-join .item .operation i{
    width: 12px;
    height: 7px;
    background-image: url(/static/images/contact/bottom_2.png);
    background-size: 12px 7px;
  }
  .contact-join .item.on .operation i{
    background-image: url(/static/images/contact/top.png);
    background-size: 12px 7px;
  }
  .contact-join .list .item{
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .contact-join .item .top,
  .contact-join .item.on .bottom
  {
    border-radius: 5px;
    border: none;
    box-shadow: 2px 2px 5px 0px rgba(191,191,191,0.25);
    background-color: #fff;
    padding: 0 10px;
  }
  .contact-join .item .top{
    height: 120px;
  }
  .contact-join .item.on .bottom{
    margin-top: 8px;
    padding: 0 10px 20px;
  }
  .contact-join .item .info{
    font-size: 12px;
  }
  .contact-join .item.on .bottom{
    font-size: 12px;
  }
  .contact-join .item.on .bottom span{
    margin-top: 15px;
  }
  .contact-join .item .info p:nth-child(1){
    order: 4;
    width: 100%;
  }
  .contact-join .item .info p:nth-child(2){
    order: 1;
  }
  .contact-join .item .info p:nth-child(3){
    order: 5;
  }
  .contact-join .item .info p:nth-child(4){
    order: 3;
    width: 100%;
  }
  .contact-join .item .info p:nth-child(5){
    order: 2;
    text-align: right;
  }
}
@media only screen and (max-width: 400px){
  .contact-join .contact-info p{
    margin: 8px;
  }
  .contact-join .contact-info p br{
    display: none;
  }
}

/* è”ç³»æˆ‘ä»¬  åŠ&nbsp;å…¥æˆ‘ä»¬  ç»“æŸ */

/*äº§å“ä¸­å¿ƒè¯¦æƒ…é€šç”¨ å¼€å§‹*/
.solutions-header{
  height: 6rem;
}
.solutions-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.index-details-main{
  background: #FFFFFF;
  border-radius: 0.1rem;
  max-width: 15.4rem;
  margin: -0.4rem auto 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.05rem rgba(0,0,0,0.05);
}
.index-details-title{
  text-align: center;
  margin: 0 auto;
  width: 13rem;
  padding: 0.9rem 0 0.4rem;
}
.index-details-title h5{
  font-size: 0.4rem;
  color: #1F62B5;
  margin-top: 0;
}
.index-details-title &gt; div{
  display: flex;
  align-items: center;
}
.index-details-title i:first-child{
  height: 1px;
  background: #1F62B5;
  flex: auto;
}
.index-details-title i:last-child{
  width: 0.1rem;
  height: 0.1rem;
  background: #1F62B5;
  border-radius: 50%;
  flex: none;
}
.index-details-title span{
  font-size: 0.2rem;
  color: #1F62B5;
  text-transform: uppercase;
  display: block;
}
.index-details-main h6{
  text-align: center;
  font-size: 0.25rem;
  font-weight: bold;
  color: #FFFFFF;
  height: 0.5rem;
  line-height: 0.46rem;
  background: #1F62B5;
}
@media only screen and (max-width: 1200px){
  .solutions-header{
    height: 31.25vw;
  }
}

@media only screen and (max-width: 576px){
  .solutions-header,
  .solutions-header img
  {
    height: fit-content;
  }
}
/*äº§å“ä¸­å¿ƒè¯¦æƒ…é€šç”¨ ç»“æŸ*/

/*æ™ºèƒ½åˆ¶é€&nbsp; å¼€å§‹*/
.smart-manufacturing-one{
  width: 13rem;
  margin: 0 auto;
  position: relative;
}
.smart-manufacturing-one .img-box{
  width: 4.01rem;
  float: left;
  position: absolute;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,.2);
}
.smart-manufacturing-one .smart-manufacturing-one-content{
  margin-left: 4.5rem;
  overflow: hidden;
}
.smart-manufacturing-one .smart-manufacturing-one-content h6{
  width: 3.8rem;
  float: left;
}
.smart-manufacturing-one .smart-manufacturing-one-content p{
  font-size: 0.18rem;
  color: #211E21;
  line-height: 0.32rem;
  float: left;
  text-indent: 0.36rem;
  padding: 0.1rem 0 0.2rem;
  text-align: justify;
}
.smart-manufacturing-one .smart-manufacturing-one-list{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 4.5rem;
  background: #F6F6F6;
  padding: 0.3rem 0;
}
.smart-manufacturing-one .smart-manufacturing-one-list &gt; div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smart-manufacturing-one .smart-manufacturing-one-list .icon-box{
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #EEEEEE;
  box-shadow: 0.04rem 0.06rem 0.12rem rgba(0,0,0,.2);
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-manufacturing-one .smart-manufacturing-one-list .icon-box img{
  width: 50%;
  height: 50%;
  transition: transform 1s ease;
}
.smart-manufacturing-one .smart-manufacturing-one-list .icon-box:hover img{
  transform: rotate(360deg);
}
.smart-manufacturing-one .smart-manufacturing-one-list p{
  font-size: 0.2rem;
  color: #211E21;
}
.smart-manufacturing-two{
  width: 13rem;
  margin: 0 auto;
  padding: 0.5rem 0.1rem;
}
.smart-manufacturing-two &gt; div{
  margin-top: 0.15rem;
  display: flex;
}
.smart-manufacturing-two &gt; div:first-child{
  margin-top: 0;
}
.smart-manufacturing-two i{
  display: inline-block;
  width: 0.17rem;
  height: 0.19rem;
  background-image: url("/static/images/smartManufacturing/icon_play.png");
  background-size: 100% 100%;
  margin-top: 0.04rem;
  flex: none;
}
.smart-manufacturing-two span{
  font-size: 0.18rem;
  color: #211E21;
  padding-left: 0.15rem;
}
.smart-manufacturing-three{
  width: 13rem;
  margin: 0 auto;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #F6F6F6;
}
.smart-manufacturing-three .item{
  width: 3.33rem;
  color: #211E21;
}
.smart-manufacturing-three .item div{
  font-size: 0.2rem;
  color: #1F62B5;
  width: 1.3rem;
  line-height: 0.4rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.1rem;
  box-shadow: 0.04rem 0.04rem 0.08rem rgba(0,0,0,.1);
  margin: 0.5rem auto 0rem;
  font-weight: bold;
}
.smart-manufacturing-three .item:last-child div{
  margin-top: 0.2rem;
}
.smart-manufacturing-three .item p{
  font-size: 0.16rem;
  line-height: 0.25rem;
  text-indent: 0.32rem;
  padding-top: 0.2rem;
  text-align: justify;
}
.smart-manufacturing-three .item span{
  font-weight: bold;
}
.smart-manufacturing-three .centre{
  width: 3.23rem;
  height: 3.23rem;
  background-image: url("/static/images/smartManufacturing/circle.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1F62B5;
}
.smart-manufacturing-three .centre span:first-child{
  font-size: 0.52rem;
}
.smart-manufacturing-four{
  padding: 1rem 0.5rem 0.5rem;
}
.smart-manufacturing-four h6{
  width: 5rem;
  margin: 0 auto;
}
.smart-manufacturing-four .title p{
  font-weight: bold;
  color: #211E21;
  font-size: 0.24rem;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 0 0.3rem;
}
.smart-manufacturing-four .d-flex{
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.smart-manufacturing-four .item{
  width: 3.45rem;
  display: flex;
  flex-direction: column;
}
.smart-manufacturing-four .item .title{
  text-align: center;
  font-size: 0.24rem;
  color: #211E21;
  background: #E3E9F8;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  flex: none;
}
.smart-manufacturing-four .item .title span:first-child{
  font-size: 0.42rem;
  font-weight: bold;
}
.smart-manufacturing-four .item .content{
  margin-top: 0.07rem;
  background: #E3E9F8;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  color: #211E21;
  line-height: 0.32rem;
  padding: 0.2rem 0.15rem;
  text-align: justify;
  flex: auto;
}
.smart-manufacturing-four .item:nth-child(2n) .title,
.smart-manufacturing-four .item:nth-child(2n) .content{
  background: #CCD5EC;
}
@media only screen and (max-width: 1440px){
  .smart-manufacturing-three .item p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px){
  .smart-manufacturing-one .smart-manufacturing-one-content p,
  .smart-manufacturing-two span,
  .smart-manufacturing-four .item .content
  {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .smart-manufacturing{
    width: calc(100% - 40px);
    margin-top: -20px;
    padding: 0 30px;
  }
  .index-details-title{
    width: auto;
    padding: 30px 0 20px;
  }
  .index-details-title h5{
    font-size: 22px;
  }
  .index-details-title span{
    font-size: 12px;
  }
  .index-details-title i:last-child{
    width: 6px;
    height: 6px;
  }
  .smart-manufacturing-one,
  .smart-manufacturing-two,
  .smart-manufacturing-three
  {
    width: auto;
    overflow: hidden;
  }
  .smart-manufacturing-one &gt; .img-box{
    width: 28%;
  }
  .smart-manufacturing-one .smart-manufacturing-one-content,
  .smart-manufacturing-one .smart-manufacturing-one-list
  {
    margin-left: calc(28% +  25px);
  }
  .smart-manufacturing-one .smart-manufacturing-one-content h6{
    font-size: 14px;
    width: 220px;
    height: 30px;
    line-height: 28px;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list{
    padding: 10px 6px;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list .icon-box{
    width: 8.5vw;
    height: 8.5vw;
    margin-bottom: 10px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  }
  .smart-manufacturing-two{
    padding: 20px 0px;
  }
  .smart-manufacturing-two i{
    width: 10px;
    height: 11px;
  }
  .smart-manufacturing-three{
    padding: 20px;
  }
  .smart-manufacturing-three .item{
    width: calc(42% - 100px)
  }
  .smart-manufacturing-three .item p{
    font-size: 12px;
    text-indent: 24px;
  }
  .smart-manufacturing-four{
    padding: 40px 0;
  }
  .smart-manufacturing-four h6{
    width: 280px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
  }
  .smart-manufacturing-four .title p{
    padding: 10px 0;
  }
  .smart-manufacturing-four .item{
    width: calc(25% - 10px);
  }
  .smart-manufacturing-four .item .title{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
  }
  .smart-manufacturing-four .item .title span:first-child{
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .index-details-title &gt; div{
    display: none;
  }
  .index-details-title h5{
    font-size: 18px;
  }
  .smart-manufacturing {
    width: calc(100% - 30px);
    margin-top: -15px;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .smart-manufacturing-one &gt; .img-box{
    display: none;
  }
  .smart-manufacturing-one .smart-manufacturing-one-content,
  .smart-manufacturing-one .smart-manufacturing-one-list{
    margin-left: 0;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list .icon-box{
    width: 66px;
    height: 66px;
  }
  .smart-manufacturing-three{
    padding: 10px;
  }
  .smart-manufacturing-three .centre{
    width: 26vw;
    height: 26vw;
    font-size: 2.1vw;
  }
  .smart-manufacturing-three .centre span:first-child{
    font-size: 4.2vw;
  }
  .smart-manufacturing-three .item{
    width: calc(48% - 100px);
  }
  .smart-manufacturing-four .item{
    width: calc(25% - 6px);
  }
}
@media only screen and (max-width: 576px){
  .index-details-main h6{
    font-size: 14px;
    line-height: 25px;
  }
  .index-details-title{
    padding: 0 0px 12px;
  }
  .index-details-title h5{
    font-size: 18px;
  }
  .index-details-title span{
    transform: scale(0.8);
    display: block;
  }
  .smart-manufacturing{
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .smart-manufacturing-one{
    overflow: visible;
    background-color: #F1F3F8;
    margin: 0 8px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    padding: 25px 8px;
  }
  .smart-manufacturing-one .smart-manufacturing-one-content{
    margin-left: 0;
  }
  .smart-manufacturing-one .smart-manufacturing-one-content h6{
    font-size: 12px;
    width: 190px;
    height: 24px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    color: #575757;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
  }
  .smart-manufacturing-one .smart-manufacturing-one-content p{
    text-indent: 24px;
    line-height: 22px;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list{
    width: 100%;
    background-color: #F1F3F8;
    padding: 0;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list .icon-box{
    width: 66px;
    height: 66px;
    margin-bottom: 2px;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list .icon-box img{
    width: 56%;
    height: 56%;
  }
  .smart-manufacturing-one .smart-manufacturing-one-list p{
    font-weight: normal;
    font-size: 12px;
    color: #1F62B5;
  }
  .smart-manufacturing-two{
    padding: 20px 16px;
  }
  .smart-manufacturing-two i{
    width: 9px;
    height: 11px;
    background-image: url(/static/images/smartManufacturing/icon_play_2.png);
  }
  .smart-manufacturing-two span{
    color: #575757;
    padding-left: 6px;
  }
  .smart-manufacturing-three{
    padding: 10px 12px 25px;
    margin: 0 8px;
    background: #F1F3F8;
    box-shadow: 3px -2px 6px rgba(0,0,0,.1);
    justify-content: space-between;
    border-radius: 2px;
  }
  .smart-manufacturing-three .centre{
    order: -1;
    width: calc(50% - 6px);
    height: 160px;
    margin-top: 20px;
    background-size: 160px 160px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 13px;
  }
  .smart-manufacturing-three .centre span:first-child{
    font-size: 25px;
  }
  .smart-manufacturing-three .item{
    width: calc(50% - 6px);
  }
  .smart-manufacturing-three .item div{
    font-size: 12px;
    width: 150px;
    height: 24px;
    line-height: 22px;
    margin: 15px auto;
    border-radius: 5px;
    color: #575757;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
  }
  .smart-manufacturing-three .item:last-child div{
    margin-top: 15px;
  }
  .smart-manufacturing-three .item p{
    padding-top: 0;
    color: #575757;
    line-height: 22px;
  }
  .smart-manufacturing-four h6{
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    color: #1F62B5;
    line-height: 1;
    height: 18px;
  }
  .smart-manufacturing-four .title p{
    font-size: 12px;
    padding: 12px 0 15px;
  }
  .smart-manufacturing-four .d-flex{
    padding: 0 8px;
  }
  .smart-manufacturing-four .item{
    width: calc(50% - 5px);
    margin-bottom: 12px;
    background-color: #F1F3F8;
    box-shadow: 3px -2px 6px rgba(0,0,0,.1);
    border-radius: 2px;
  }
  .smart-manufacturing-four .item .title{
    font-size: 14px;
    margin: 18px 12px 0px;
    background-color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
    height: 25px;
    line-height: 22px;
  }
  .smart-manufacturing-four .item .title span:first-child{
    font-size: 12px;
  }
  .smart-manufacturing-four .item .content{
    font-size: 12px;
    line-height: 22px;
    color: #575757;
    background-color: transparent!important;
    margin-top: 0;
    padding: 15px 8px;
  }
}
/*æ™ºèƒ½åˆ¶é€&nbsp; ç»“æŸ*/


/*æ™ºèƒ½ä¾›åº”é“¾ å¼€å§‹*/
.smart-supplychain-one{
  width: 13rem;
  margin: 0 auto;
  display: flex;
}
.smart-supplychain-one &gt; .img-box{
  width: 4rem;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,.2);
  flex: none;
  height: fit-content;
}
.smart-supplychain-one &gt; .right{
  flex: auto;
  margin-left: 0.36rem;
}
.smart-supplychain-one h6{
  width: 4.3rem;
}
.smart-supplychain-one .d-flex{
  padding: 0.32rem 0.15rem;
}
.smart-supplychain-one .d-flex img{
  width: 3.16rem;
  height: fit-content;
  margin-right: 0.35rem;
}
.smart-supplychain-one p{
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.8;
  text-indent: 0.36rem;
  text-align: justify;
}
.smart-supplychain-three{
  padding-top: 1rem;
  width: 13rem ;
  margin: 0 auto;
}
.smart-supplychain-three h6{
  width: 2.9rem;
}
.smart-supplychain-three .one-item{
  margin-top: 0.25rem;
  justify-content: center;
}
.smart-supplychain-three .one-item .left-item{
  width: 5.2rem;
  margin-right: 0.15rem;
  text-align: right;
  padding-top: 0.4rem;
}
.smart-supplychain-three .one-item .left-item &gt; div{
  width: 4.9rem;
  height: 0.5rem;
  border: 1px solid #D0D0D0;
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(178,180,184,0.63) inset;
  border-radius: 0.25rem;
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.15rem auto;
}
.smart-supplychain-three .one-item .left-item div+div{
  margin-top: 0.25rem;
}
.smart-supplychain-three .one-item .left-item &gt; div span{
  font-weight: bold;
}
.smart-supplychain-three .one-item .left-item &gt; img{
  width: 2.76rem;
  height: 1.28rem;
}
.smart-supplychain-three .one-item .right-item{
  width: 7.65rem;
}
.smart-supplychain-three .one-item .top-item{
  font-size: 0.18rem;
  line-height: 0.38rem;
  background: #F6F6F6;
  padding: 0.12rem 1rem;
}
.smart-supplychain-three .one-item .top-item span{
  font-weight: bold;
}
.smart-supplychain-three .one-item .bottom-item{
  text-align: center;
  margin-top: 0.24rem;
  background: #F6F6F6;
  padding: 0.36rem 0;
}
.smart-supplychain-three .one-item .bottom-item p{
  font-size: 0.24rem;
  line-height: 1;
  padding-bottom: 0.24rem;
  font-weight: bold;
}
.smart-supplychain-three .one-item .bottom-item img{
  width: 5.04rem;
  height: fit-content;
}
.smart-supplychain-three .two-item{
  width: 13rem;
  margin: 0.25rem auto 1rem;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
}
.smart-supplychain-three .two-item &gt; p{
  font-size: 0.18rem;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 1;
  padding: 0.4rem 0 0.2rem;
}
.smart-supplychain-three .two-item .one-box{
  width: 6.66rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.smart-supplychain-three .two-item .one-box &gt; span,
.smart-supplychain-three .two-item .three-box span
{
  width: 0.86rem;
  height: 0.28rem;
  line-height: 0.26rem;
  font-size: 0.16rem;
  text-align: center;
  border-radius: 0.14rem;
  box-shadow: 0rem 0.03rem 0.02rem 0rem rgba(178,180,184,0.63) inset;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  z-index: 1;
}
.smart-supplychain-three .two-item .one-box i,
.smart-supplychain-three .two-item .top-box i{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  height: 1px;
  background: #AEAEAE;
  top: 0.14rem;
}
.smart-supplychain-three .two-item .two-box{
  width: 7.9rem;
  border: 1px solid #AEAEAE;
  border-radius: 0.15rem;
  background: #FFFFFF;
  padding: 0.28rem 0.18rem;
}
.smart-supplychain-three .two-item .top-box{
  width: 6.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.smart-supplychain-three .two-item .top-box i{
  background: #CCD5EC;
}
.smart-supplychain-three .two-item .top-box span,
.smart-supplychain-three .two-item .bottom-box span
{
  width: 0.86rem;
  height: 0.28rem;
  background: #CCD5EC;
  border-radius: 0.14rem;
  color: #313131;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  z-index: 1;
}
.smart-supplychain-three .two-item .bottom-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smart-supplychain-three .two-item .bottom-box span{
  background: #E7E7E7;
  margin-top: 0.15rem;
}
.smart-supplychain-three .two-item .bottom-box span:last-child{
  visibility: hidden;
}
.smart-supplychain-three .two-item .two-box+p{
  padding-bottom: 0.34rem;
}
.smart-supplychain-three .two-item .three-box{
  width: 7.9rem;
  height: 0.96rem;
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  border-radius: 0.41rem;
  position: relative;
}
.smart-supplychain-three .two-item .three-box &gt; div{
  display: flex;
  width: 6.66rem;
  justify-content: space-between;
  position: absolute;
  left: 0.62rem;
}
.smart-supplychain-three .two-item .three-box &gt; div:first-child{
  top: -0.14rem;
}
.smart-supplychain-three .two-item .three-box &gt; div:last-child{
  bottom: -0.14rem;
}
.smart-supplychain-three .three-item{
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
}
.smart-supplychain-three .three-item &gt; img{
  width: 12px;
  height: 28px;
  margin: 5px 0;
}
.smart-supplychain-three .three-item .top-box{
  width: 344px;
  font-size: 12px;
  color: #575757;
  text-indent: 24px;
}
.smart-supplychain-three .three-item .middle-box{
  width: 255px;
  height: 25px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  background: #88AAD6;
  color: #FFFFFF;
}
.smart-supplychain-three .three-item .middle-box:nth-child(3){
  margin-bottom: 10px;
}
.smart-supplychain-three .three-item .bottom-box{
  width: 100%;
  background-color: #F6F6F6;
}
.smart-supplychain-three .three-item .bottom-box p{
  font-size: 12px;
  font-weight: bold;
  color: #575757;
  padding: 10px 0 5px;
}
.smart-supplychain-three .three-item .bottom-box img{
  width: 322px;
}

.smart-supplychain-four{
  display: flex;
  width: 13rem;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
.smart-supplychain-four h6{
  text-align: center;
  background-color: transparent;
  color: #262626;
  font-size: 0.24rem;
  top: -0.76rem;
  left: 0;
  right: 0;
  position: absolute;
}
.smart-supplychain-four &gt; div{
  width: 50%;
  flex: 0 0 50%;
  margin-top: 0.76rem;
  position: relative;
  padding: 0 0.4rem;
}
.smart-supplychain-four .left-box{
  border-right: 1px solid #AEAEAE;
}
.smart-supplychain-four .title{
  height: 0.36rem;
  border: 1px solid #D0D0D0;
  box-shadow: 0.01rem 0.03rem 0.04rem 0rem rgba(178,180,184,0.63) inset;
  border-radius: 0.18rem;
  width: 1.6rem;
  line-height: 0.34rem;
  text-align: center;
  font-weight: 600;
  color: #1F62B5;
  font-size: 0.18rem;
  margin: 0 auto 0.06rem;
}
.smart-supplychain-four .title.on{
  width: 2.64rem;
}
.smart-supplychain-four &gt; div p{
  font-size: 0.16rem;
  text-indent: 0.32rem;
  color: #000000;
  line-height: 2;
  text-align: justify;
}
.smart-supplychain-four &gt; div div + .title{
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1440px){
  .smart-supplychain-four &gt; div p{
    font-size: 12px;
    text-indent: 24px;
  }

  .smart-supplychain-three .two-item .top-box span,
  .smart-supplychain-three .two-item .bottom-box span,
  .smart-supplychain-three .two-item .one-box &gt; span,
  .smart-supplychain-three .two-item .three-box span{
    font-size: 12px;
    width: 64px;
    height: 21px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1280px){
  .smart-supplychain-one p{
    font-size: 12px;
  }
  .smart-supplychain-four .title{
    font-size: 12px;
    height: 24px;
    width: 108px;
    line-height: 22px;
    margin: 0 auto 4px;
  }
  .smart-supplychain-four .title.on{
    width: 176px;
  }
  .smart-supplychain-three .two-item &gt; p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .smart-supplychain{
    width: calc(100% - 40px);
    margin-top: -20px;
    padding: 0 30px;
  }
  .smart-supplychain-one,
  .smart-supplychain-three,
  .smart-supplychain-three .two-item
  {
    width: auto;
  }
  .smart-supplychain-one h6{
    font-size: 14px;
    width: 240px;
    height: 30px;
    line-height: 28px;
  }
  .smart-supplychain-one &gt; .img-box{
    width: 28%;
  }
  .smart-supplychain-one .d-flex{
    padding: 20px 0 0 10px;
  }
  .smart-supplychain-one .d-flex img{
    width: 180px;
    margin-right: 15px;
  }
  .smart-supplychain-three h6{
    font-size: 14px;
    width: 160px;
    height: 30px;
    line-height: 28px;
  }
  .smart-supplychain-three .one-item .left-item{
    width: 280px;
  }
  .smart-supplychain-three .one-item .left-item &gt; div{
    width: 260px;
    font-size: 12px;
  }
  .smart-supplychain-three .one-item .right-item{
    width: 360px;
  }
  .smart-supplychain-three .one-item .top-item{
    padding: 8px 30px;
  }
  .smart-supplychain-four{
    width: auto;
  }
  .smart-supplychain-four &gt; div:first-child{
    padding-left: 0;
  }
  .smart-supplychain-four &gt; div:last-child{
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .smart-supplychain-one &gt; .img-box{
    display: none;
  }
  .smart-supplychain-three{
    padding-top: 30px;
  }
  .smart-supplychain-three h6{
    background-color: transparent;
    color: #575757;
  }
  .smart-supplychain-three .two-item{
    margin: 0;
    padding-bottom: 40px;
  }
  .smart-supplychain-three .two-item &gt; p{
    padding: 36px 0 15px;
  }
  .smart-supplychain-three .two-item .one-box{
    width: 350px;
  }
  .smart-supplychain-three .two-item .one-box &gt; span,
  .smart-supplychain-three .two-item .three-box span,
  .smart-supplychain-three .two-item .bottom-box span{
    width: 60px;
    height: 25px;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 1px -1px 2px 0 rgba(178,180,184,0.63) inset;
    border: none;
  }
  .smart-supplychain-three .two-item .one-box i, .smart-supplychain-three .two-item .top-box i{
    background-color: #999;
    top: 12px;
  }
  .smart-supplychain-three .two-item .two-box{
    background: transparent;
    border: none;
    width: 350px;
    padding: 0;
  }
  .smart-supplychain-three .two-item .top-box{
    width: 350px;
    margin-bottom: 4px;
  }
  .smart-supplychain-three .two-item .top-box span{
    width: 90px;
    height: 25px;
    line-height: 22px;
    border-radius: 12px;
  }
  .smart-supplychain-three .two-item .bottom-box{
    width: 350px;
  }
  .smart-supplychain-three .two-item .bottom-box span:last-child{
    display: none;
  }
  .smart-supplychain-three .two-item .three-box{
    width: 360px;
    background-color: transparent;
    height: 50px;
    border-radius: 25px;
    margin-top: 12px;
  }
  .smart-supplychain-three .two-item .three-box &gt; div{
    width: 350px;
    left: 5px;

  }
  .smart-supplychain-three .two-item .three-box &gt; div:first-child{
    top: -12px;
  }
  .smart-supplychain-three .two-item .three-box &gt; div:last-child{
    bottom: -12px;
  }
}
@media only screen and (max-width: 576px){
  .smart-supplychain{
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .smart-supplychain &gt; div:first-child{
    overflow: visible;
    background-color: #F1F3F8;
    margin: 0 8px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    padding: 25px 8px;
  }
  .smart-supplychain-one &gt; .right{
    margin-left: 0;
  }
  .smart-supplychain-one h6{
    font-size: 12px;
    width: 190px;
    height: 24px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    color: #575757;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
  }
  .smart-supplychain-one .d-flex{
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .smart-supplychain-one .d-flex &gt; div{
    padding: 10px 0 4px;
  }
  .smart-supplychain-one p{
    font-size: 12px;
    line-height: 22px;
    color: #575757;
  }
  .smart-supplychain-one .d-flex img{
    width: 172px;
    height: 172px;
    margin-right: 0;
    order: 2;
  }


  .smart-supplychain-four{
    display: block;
    background-color: #F1F3F8;

  }
  .smart-supplychain-four &gt; div{
    width: 100%;
    margin-top: 0;
    padding: 0 0 25px;
  }
  .smart-supplychain-four .left-box{
    border-right: none;
  }
  .smart-supplychain-four h6{
    position: relative;
    top: 0;
    background-color: #FFFFFF;
    color: #1F62B5;
    font-size: 18px;
    padding: 25px 0 10px;
    height: fit-content;
  }
  .smart-supplychain-four .title{
    font-size: 12px;
    width: 190px!important;
    height: 24px;
    line-height: 22px;
    margin: 8px auto;
    border-radius: 5px;
    color: #575757;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
    background-color: #FFFFFF;
    border: none;
  }
  .smart-supplychain-four &gt; div div + .title{
    margin-top: 8px;
  }
  .smart-supplychain-four .title:nth-child(2){
    margin-top: 22px;
  }
  .smart-supplychain-four &gt; div p{
    line-height: 22px;
    color: #575757;
    padding: 0 8px;
  }
}
/*æ™ºèƒ½ä¾›åº”é“¾ ç»“æŸ*/




/*æ™ºæ…§ä»“å‚¨ å¼€å§‹*/
.smart-storage-one{
  width: 13rem;
  margin: 0 auto;
  display: flex;
}
.smart-storage-one &gt; .img-box{
  width: 4.01rem;
  height: fit-content;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0, .2);
  margin-right: 0.49rem;
  flex: none;
}
.smart-storage-one h5{
  font-size: 0.24rem;
  font-weight: bold;
  color: #262626;
  line-height: 1;
  text-align: center;
  padding-bottom: 0.08rem;
  margin: 0;
}
.smart-storage-one p{
  font-size: 0.18rem;
  text-indent: 0.36rem;
  color: #262626;
  line-height: 0.32rem;
}
.smart-storage-one h6{
  font-size: 0.2rem;
  line-height: 0.45rem;
  height: 0.48rem;
  margin: 0.22rem 0 0.08rem;
}
.smart-storage-one h6:nth-child(3){
  margin-top: 0.08rem;
}
.smart-storage-three{
  width: 13rem;
  margin: 1.1rem auto 0;
}
.smart-storage-three h6,
.smart-storage-four h6,
.smart-storage-five h6
{
  background-color: transparent;
  color: #262626;
  font-size: 0.25rem;
  margin: 0 auto;
}
.smart-storage-three &gt; div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.smart-storage-three .item-box{
  width: 3.73rem;
  margin-top: 0.15rem;
  color: #262626;
  display: flex;
  flex-direction: column;
}
.smart-storage-three .item-box:nth-child(n+4){
  margin-top: 0.32rem;
}
.smart-storage-three .title{
  height: 0.83rem;
  background-image: url(/static/images/smartStorage/title_bg_1.png);
  background-size: 100% 100%;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4rem;
}
.smart-storage-three .item-box:nth-child(n+4) .title{
  background-image: url(/static/images/smartStorage/title_bg_2.png);
  color: #FFFFFF;
}
.smart-storage-three .content{
  background: #EFEDED;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.2rem 0.4rem;
  text-align: justify;
  flex: auto;
}
.smart-storage-three .content p + p{
  padding-top: 0.25rem;
}
.smart-storage-four{
  width: 12.4rem;
  margin: 1rem auto 0;
}
.smart-storage-four &gt; div{
  margin-top: 0.3rem;
  align-items: center;
}
.smart-storage-four .left-box{
  width: 6.27rem;
  background-color: #F6F6F6;
  box-shadow: 0rem 0.09rem 0.15rem 0.01rem #EFEDED inset;
  flex: none;
  background-image: url(/static/images/smartStorage/left_bg.png);
  background-position: 50% 0.38rem;
  background-size: 4.71rem 2.32rem;
  background-repeat: no-repeat;
  color: #262626;
  padding-top: 0.16rem;
}
.smart-storage-four .left-box p:nth-child(2n - 1){
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}
.smart-storage-four .left-box p:nth-child(2n){
  font-size: 0.16rem;
  line-height: 0.22rem;
  width: 4.2rem;
  margin: 0.12rem auto 0.24rem;
}
.smart-storage-four .left-box p:nth-child(4){
  margin-bottom: 0!important;
}
.smart-storage-four .right-box{
  flex: auto;
  padding: 0 0.35rem;
  font-size: 0.16rem;
  color: #262626;
  line-height: 0.32rem;
  text-indent: 0.32rem;
  text-align: justify;
}
.smart-storage-four .right-box span{
  font-weight: bold;
}
.smart-storage-five {
  width: 14rem;
  margin: 0.9rem auto 0;
  padding-bottom: 100px;
}
.smart-storage-five &gt; div{
  position: relative;
  height: 2.8rem;
  margin-top: 0.25rem;
}
.smart-storage-five .d-flex{
  width: 14rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0.3rem;
  background: #F6F6F6;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*transform-origin: left top;*/
}
.smart-storage-five .d-flex &gt; div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smart-storage-five .d-flex &gt; div:nth-child(2n - 1) span{
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding-top: 0.16rem;
}
.smart-storage-five .d-flex &gt; div:nth-child(2n){
  padding-bottom: 0.3rem;
}
.smart-storage-five .d-flex &gt; div:nth-child(2n) span{
  font-size: 0.16rem;
  color: #1F62B5;
  font-weight: bold;
}
.smart-storage-five .d-flex &gt; div:nth-child(8) span{
  color: #FF8E15;
}
.smart-storage-five .step-1{
  width: 1.93rem;
  height: 1.56rem;
}
.smart-storage-five .step-2{
  width: 1.5rem;
  height: 1.5rem;
}
.smart-storage-five .arrows-1{
  width: 0.82rem;
  height: 0.26rem;
}
.smart-storage-five .arrows-2{
  width: 0.97rem;
  height: 0.26rem;
}
@media only screen and (max-width: 1440px){
  .smart-storage-three .content,
  .smart-storage-four .left-box p:nth-child(2n),
  .smart-storage-four .right-box
  {
    font-size: 12px;
  }
  .smart-storage-four .right-box{
    text-indent: 24px;
  }
}
@media only screen and (max-width: 1280px){
  .smart-storage-one p{
    font-size: 12px;
    text-indent: 24px;
  }
}
@media only screen and (max-width: 1200px){
  .smart-storage{
    width: calc(100% - 40px);
    margin-top: -20px;
    padding: 0 30px;
  }
  .smart-storage-one{
    width: auto;
  }
  .smart-storage-one &gt; .img-box{
    width: 250px;
  }
  .smart-storage-one h5{
    padding-bottom: 6px;
    font-size: 18px;
  }
  .smart-storage-three{
    width: auto;
    margin-top: 60px;
  }
  .smart-storage-three .item-box{
    width: 28.66%;
    margin-top: 20px;
  }
  .smart-storage-three .title{
    height: 45px;
    padding-top: 20px;
    font-size: 14px;
  }
  .smart-storage-three .content{
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .smart-storage-three .item-box:nth-child(n+4) .title{
    background-image: url(/static/images/smartStorage/title_bg_1.png);
    color: #262626;
  }
  .smart-storage-three .content p + p{
    padding-top: 12px;
  }
  .smart-storage-four{
    width: auto;
    margin-top: 60px;
  }
  .smart-storage-four &gt; div{
    margin-top: 20px;
  }
  .smart-storage-four .left-box{
    width: 50%;
    min-width: 360px;
    background-size: 350px auto;
  }
  .smart-storage-four .left-box p:nth-child(2n - 1){
    font-size: 14px;
  }
  .smart-storage-four .left-box p:nth-child(2n){
    width: 300px;
    line-height: 18px;
    margin: 6px auto 14px;
  }
  .smart-storage-five{
    width: auto;
    padding-bottom: 60px;
  }
  .smart-storage-five .d-block{
    background: #F6F6F6;
    height: auto;
    padding: 10px 0;
  }
  .smart-storage-five .box{
    display: flex;
    justify-content: space-between;
    width: 620px;
    margin: 10px auto;
  }
  .smart-storage-five .box:last-child{
    width: 500px;
    margin-top: 30px;
  }
  .smart-storage-five .box &gt; div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .smart-storage-five .box &gt; div:nth-child(2n - 1) span{
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
  }
  .smart-storage-five .box &gt; div:nth-child(2n){
    font-size: 14px;
    color: #1F62B5;
    padding-bottom: 40px;
  }
  .smart-storage-five .box &gt; div:nth-child(2n - 1) img {
    width: 161px;
    height: 130px;
  }
  .smart-storage-five .box:first-child &gt; div:nth-child(3) img{
    width: 125px;
    height: 125px;
  }
  .smart-storage-five .box:first-child &gt; div:nth-child(2n) img {
    width: 68px;
    height: fit-content;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(2n) img {
    width: 79px;
    height: fit-content;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(4) img {
    width: 79px;
    height: fit-content;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(4) span{
    margin-bottom: -85px;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(2) span{
    color: #FF8E15;
  }
}
@media only screen and (max-width: 768px){
  .smart-storage{
    width: calc(100% - 30px);
    margin-top: -15px;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .smart-storage-one &gt; .img-box{
    display: none;
  }
  .smart-storage-one h5{
    font-size: 16px;
  }
  .smart-storage-three{
    margin-top: 40px;
  }
  .smart-storage-three &gt; div{
    justify-content: space-between;
  }
  .smart-storage-three .item-box{
    margin-top: 15px;
    width: calc(33.33% - 10px);
  }
  .smart-storage-three .title{
    font-size: 14px;
  }
  .smart-storage-three .content{
    padding: 10px;
  }
  .smart-storage-four{
    margin-top: 40px;
  }
  .smart-storage-four .right-box{
    padding-right: 0;
  }
  .smart-storage-five{
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .smart-storage-five .d-block{
    height: 300px;
  }
  .smart-storage-five .d-block &gt; div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.75) translate(-50%, -50%);
    transform-origin: left top;
  }
  .smart-storage-five .box &gt; div:nth-child(2n - 1) span{
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px){
  .smart-storage{
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .smart-storage &gt; div:first-child{
    overflow: visible;
    background-color: #F1F3F8;
    margin: 0 8px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    padding: 25px 8px;
  }
  .smart-storage-one h5{
    font-size: 12px;
    width: 190px;
    height: 24px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 9px;
    color: #575757;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
  }
  .smart-storage-one p{
    line-height: 22px;
  }
  .smart-storage-one h6{
    height: 23px;
    line-height: 21px;
    font-size: 12px;
    font-weight: normal;
    margin: 7px 0 2px;
  }
  .smart-storage-one h6:nth-child(3){
    background: rgba(136, 170, 214, 0.7);
    margin-top: 7px;
  }
  .smart-storage-one h6:nth-child(5){
    background: #88AAD6;
  }
  .smart-storage-one h6:nth-child(7){
    background: #1F62B5;
  }
  .smart-storage-three h6,
  .smart-storage-four h6,
  .smart-storage-five h6{
    font-size: 18px;
    color: #1F62B5;
  }
  .smart-storage-three{
    margin-top: 30px;
    padding: 0 8px;
  }
  .smart-storage-three .item-box{
    width: calc(50% - 5px);
    margin-bottom: 12px;
    background-color: #F1F3F8;
    box-shadow: 3px -2px 3px 0px rgba(213,218,229,0.89);
    border-radius: 2px;
    margin-top: 0!important;
  }
  .smart-storage-three .title{
    background-color: #fff;
    background-image: none!important;
    padding: 0;

    font-size: 14px;
    margin: 18px 12px 0px;
    background-color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
    height: 25px;
    line-height: 22px;
  }
  .smart-storage-three .content {
    font-size: 12px;
    line-height: 22px;
    color: #575757;
    background-color: transparent!important;
    margin-top: 0;
    padding: 15px 8px;
  }

  .smart-storage-three .content p + p{
    padding-top: 0;
  }
  .smart-storage-four{
    margin-top: 30px;
  }
  .smart-storage-four &gt; div{
    flex-direction: column;
    margin-top: 10px;
  }
  .smart-storage-four .left-box{
    order: 2;
    width: calc(100vw - 20px);
    margin: 0 10px;
    background-image: url(/static/images/smartStorage/left_bg_2.png);
    background-size: 333px auto;
    background-color: #F1F3F8;
    background-position: 50% 38px;
    padding-top: 20px;
    box-shadow: 2px -2px 6px #DADEE8;
  }
  .smart-storage-four .right-box{
    order: 1;
    line-height: 22px;
    padding: 0 10px 20px;
    color: #575757;
  }
  .smart-storage-four .left-box p:nth-child(2n - 1){
    font-size: 12px;
    color: #1F62B5;
  }
  .smart-storage-four .left-box p:nth-child(2n){
    margin: 10px auto 25px;
    color: #575757;
    line-height: 18px;
    width: 275px;
  }
  .smart-storage-four .left-box p:nth-child(4){
    margin-bottom: 18px!important;
  }
  .smart-storage-five .d-block{
    background-color: #F1F3F8;
    width: calc(100vw - 20px);
    margin: 0 10px;
    box-shadow: 2px -2px 6px #DADEE8;
    margin-top: 10px;
  }
  .smart-storage-five .d-block &gt; div{
    transform: scale(1) translate(-50%, -50%);
  }
  .smart-storage-five .box{
    width: 89.33vw;
    margin: 6px auto;
  }
  .smart-storage-five .box &gt; div:nth-child(2n - 1) img{
    width: 21.33vw;
    height: 17.33vw;
  }
  .smart-storage-five .box:first-child &gt; div:nth-child(3) img{
    width: 16.66vw;
    height: 16.66vw;
  }
  .smart-storage-five .box &gt; div:nth-child(2n - 1) span{
    font-size: 12px;
    line-height: 18px;
  }
  .smart-storage-five .box:first-child &gt; div:nth-child(2n) img{
    width: 9vw;
  }
  .smart-storage-five .box &gt; div:nth-child(2n){
    font-size: 12px;
    padding-bottom: 20px;
  }
  .smart-storage-five .box:last-child{
    width: 70vw;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(2n) img{
    width: 10.533vw;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(4) img{
    width: 10.533vw;
  }
  .smart-storage-five .box:last-child &gt; div:nth-child(4) span{
    margin-bottom: -11.5vw;
  }
  .smart-storage-five{
    padding-bottom: 30px;
  }

}
/*æ™ºæ…§ä»“å‚¨ ç»“æŸ*/



/*æ™ºèƒ½è¿è¾“ å¼€å§‹*/
.smart-transportation-one{
  width: 13.6rem;
  margin: 0 auto;
  display: flex;
}
.smart-transportation-one &gt; .img-box{
  width: 4rem;
  height: fit-content;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0, .2);
  margin-right: 0.5rem;
  flex: none;
}
.smart-transportation-one h6{
  width: 2.8rem;
}
.smart-transportation-one &gt; div{
  flex: auto;
}
.smart-transportation-one .d-flex{
  justify-content: space-between;
  padding-top: 0.18rem;
}
.smart-transportation-one .item-box{
  width: 2.1rem;
}
.smart-transportation-one .item-box span{
  line-height: 0.8rem;
  font-size: 0.42rem;
  font-weight: 800;
  color: #A6A6A6;
  text-align: center;
  display: block;
}
.smart-transportation-one .item-box div{
  line-height: 0.56rem;
  text-align: center;
  background: #EEEEEE;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.smart-transportation-one .item-box:nth-child(2n) div{
  background: #CCD5EC;
}
.smart-transportation-one .item-box:nth-child(2n) span{
  color: #ADBBE0;
}
.smart-transportation-one .item-box p{
  font-size: 0.2rem;
  color: #211E21;
  line-height: 0.42rem;
  padding-top: 0.08rem;
  text-align: justify;
}
/*
.smart-transportation-two{
  overflow: hidden;
  padding: 0 20px;
}
.smart-transportation-two &gt; img{
  width: 130px;
  float: left;
  margin-right: 15px;
}
.smart-transportation-two h6{
  width: 190px;
  float: left;
}
.smart-transportation-two .item-box &gt; div {
  text-align: center;
  border-bottom: 1px solid #575757;
  font-size: 12.5px;
}
.smart-transportation-two .item-box &gt; div span{
  font-size: 20px;
  padding-right: 6px;
}
.smart-transportation-two .item-box p{
  font-size: 12px;
  color: #211E21;
  line-height: 16px;
  padding-top: 6px;
}
.smart-transportation-two h6{
  width: 190px;
  float: left;
}
.smart-transportation-two &gt; div{
  float: left;
}
.smart-transportation-two &gt; div:nth-child(3){
  width: calc(100% - 145px);
  padding-top: 15px;
}
.smart-transportation-two .d-flex{
  padding-top: 10px;
  justify-content: space-between;
}
.smart-transportation-two .d-flex .item-box{
  width: calc(33.33% - 8px);
}
 */
.smart-transportation-three h6,
.smart-transportation-four h6,
.smart-transportation-five h6
{
  background-color: transparent;
  color: #262626;
  text-align: center;
}
.smart-transportation-three{
  padding: 1.2rem 0.2rem 1.2rem;
}
.smart-transportation-three &gt; div{
  margin-top: 0.5rem;
  height: 4.4rem;
  background-image: url(/static/images/smartTransportation/bg.png);
  background-repeat: no-repeat;
  background-position: 54% center;
  background-size: auto 100%;
  position: relative;
}
.smart-transportation-three .item{
  position: absolute;
  text-align: right;
}
.smart-transportation-three .item p:first-child{
  font-size: 0.22rem;
  font-weight: bold;
}
.smart-transportation-three .item p:last-child{
  font-size: 0.18rem;
}
.smart-transportation-three .item p:last-child span{
  display: none;
}
.smart-transportation-three .item:nth-child(n+4){
  text-align: left;
}
.smart-transportation-three .item:nth-child(1){
  top: 0;
  right: 50%;
  margin-right: 2.2rem;
}
.smart-transportation-three .item:nth-child(2){
  top: 50%;
  right: 50%;
  margin-right: 2.8rem;
}
.smart-transportation-three .item:nth-child(3){
  top: 85%;
  right: 50%;
  margin-right: 1rem;
}
.smart-transportation-three .item:nth-child(4){
  top: 3%;
  left: 50%;
  margin-left: 1.4rem;
}
.smart-transportation-three .item:nth-child(5){
  top: 75%;
  left: 50%;
  margin-left: 2.7rem;
}
.smart-transportation-three .item:nth-child(6){
  top: 92%;
  left: 50%;
  margin-left: 0.8rem;
}
.smart-transportation-four{
  width: 10rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.smart-transportation-four .d-flex{
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.smart-transportation-four .item{
  width: 3.1rem;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.smart-transportation-four .item p{
  font-size: 0.2rem;
  padding-bottom: 0.08rem;
  text-align: center;
  font-weight: bold;
  color: #1F62B5;
  flex: none;
}
.smart-transportation-four .item div{
  /*height: 1.8rem;*/
  flex: auto;
  background: #EEEEEE;
  border: 1px solid rgba(255,255,255,0.83);
  box-shadow: 0.07rem 0.09rem 0.06rem 0rem rgba(88,88,88,0.22);
  border-radius: 0.1rem;
  padding: 0.2rem 0.2rem 0.3rem;
  line-height: 0.42rem;
  font-size: 0.2rem;
  color: #211E21;
  text-align: justify;
}
.smart-transportation-five{
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.smart-transportation-five &gt; div.position-relative{
  margin-top: 0.2rem;
  height: 4.6rem;
}
.smart-transportation-five div.position-absolute{
  width: 14rem;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, .2) inset;
  height: 4.85rem;
  padding: 0.2rem 0.2rem  0.45rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left top;
}
.smart-transportation-five div.position-absolute &gt; p{
  font-size: 0.2rem;
  font-weight: bold;
  color: #211E21;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.2rem;
}
.smart-transportation-five .main-box{
  display: flex;
}
.smart-transportation-five .vertical{
  writing-mode: vertical-rl;
}
.smart-transportation-five .main-box &gt; div:first-child,
.smart-transportation-five .main-box &gt; div:nth-child(3){
  width: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #CCCDEC;
  font-weight: bold;
  color: #211E21;
  font-size: 0.2rem;
  flex: none;
}
.smart-transportation-five .middle-box{
  flex: auto;
  padding: 0 0.25rem;
}
.smart-transportation-five .middle-top{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  background: #CCD5EC;
  font-size: 0.2rem;
  font-weight: bold;
  color: #211E21;
}
.smart-transportation-five .middle-top i{
  width: 2.3rem;
  height: 1px;
  background: #575757;
  margin: 0 0.1rem;
}
.smart-transportation-five .middle-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.smart-transportation-five .item-box{
  width: calc(25% - 0.18rem);
  padding-top: 0.23rem;
}
.smart-transportation-five .item-box:nth-child(n + 5){
  padding-top: 0.4rem;
}
.smart-transportation-five .item-box span{
  font-weight: bold;
  color: #211E21;
  font-size: 0.17rem;
  text-align: center;
  display: block;
}
.smart-transportation-five .item-box .d-flex{
  flex-wrap: wrap;
  justify-content: space-between;
}
.smart-transportation-five .item-box .d-flex &gt; div{
  width: calc(50% - 0.03rem);
  background: #EEEEEE;
  margin-top: 0.06rem;
  text-align: center;
  font-size: 0.16rem;
  color: #211E21;
  height: 0.3rem;
  line-height: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-transportation-five .right-box{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 0.14rem;
  flex: none;
}
.smart-transportation-five .right-box &gt; div{
  width: 0.64rem;
  line-height: 0.3rem;
  background: #EEEEEE;
  font-size: 0.16rem;
  color: #211E21;
  text-align: center;
}
/*
@media only screen and (max-width: 1440px){
  .smart-transportation-five .item-box .d-flex &gt; div,
  .smart-transportation-five .right-box &gt; div,
  .smart-transportation-five .item-box span{
    font-size: 12px;
  }
}*/
@media only screen and (max-width: 1280px){
  .smart-transportation-three .item p:last-child{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .smart-transportation{
    width: calc(100% - 40px);
    margin-top: -20px;
    padding: 0 30px;
  }
  .smart-transportation-one{
    width: auto;
  }
  .smart-transportation-one &gt; .img-box{
    width: 28%;
    margin-right: 25px;
  }
  .smart-transportation-one h6{
    width: 200px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
  }
  .smart-transportation-one .d-flex{
    padding-top: 8px;
  }
  .smart-transportation-one .item-box{
    width: calc(25% - 12px);
  }
  .smart-transportation-three{
    padding: 60px 0px 80px;
  }
  .smart-transportation-three &gt; div{
    height: 300px;
  }
  .smart-transportation-three .item:nth-child(1){
    margin-right: 140px;
  }
  .smart-transportation-three .item:nth-child(2){
    margin-right: 190px;
  }
  .smart-transportation-three .item:nth-child(3){
    margin-right: 60px;
  }
  .smart-transportation-three .item:nth-child(4){
    margin-left: 100px;
  }
  .smart-transportation-three .item:nth-child(5){
    margin-left: 230px;
  }
  .smart-transportation-three .item:nth-child(6){
    margin-left: 60px;
  }
  .smart-transportation-five{
    padding-bottom: 80px;
  }
  .smart-transportation-five .small-screen .title{
    font-size: 14px;
    font-weight: bold;
    color: #1F62B5;
    text-align: center;
    padding: 10px 0;
  }
  .smart-transportation-five .small-screen .sub-title{
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background-color: #CDD5ED;
    height: 26px;
    width: 420px;
    margin: 0 auto 10px;
    font-weight: bold;
  }
  .smart-transportation-five .small-screen .sub-title i{
    width: 40px;
    height: 1px;
    background: #575757;
    margin: 0 5px;
  }
  .smart-transportation-five .small-screen .main-box-2{
    max-width: 750px;
    margin: 0 auto;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; p:first-child,
  .smart-transportation-five .small-screen .main-box-2 &gt; p:nth-child(3)
  {
    line-height: 30px;
    background: #D8E5F4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; p:nth-child(3){
    background: transparent;
    padding-top: 20px;
  }
  .smart-transportation-five .small-screen .main-flex{
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .smart-transportation-five .small-screen .main-flex .item{
    width: calc(50% - 8px);
  }
  .smart-transportation-five .small-screen .main-flex .item &gt; span{
    padding-top: 10px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #575757;
  }
  .smart-transportation-five .small-screen .main-flex .item .d-flex{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .smart-transportation-five .small-screen .main-flex .item .d-flex div{
    background: #F1F3F8;
    line-height: 23px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    width: calc(50% - 4px);
    margin-top: 6px;
    color: #575757;
  }
  .smart-transportation-five .small-screen .main-flex + .sub-title{
    margin-top: 20px;
    color: #1F62B5;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; .d-flex{
    background: #FFFFFF;
    line-height: 24px;
    font-size: 14px;
    justify-content: space-between;
    margin: 0 20px;
    flex-wrap: wrap;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; .d-flex span{
    width: calc(20% - 8px);
    background: #F1F3F8;
    line-height: 23px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
    color: #575757;
  }
}
@media only screen and (max-width: 992px){
  .smart-transportation-one .d-flex{
    padding-top: 5px;
  }
  .smart-transportation-one .item-box span{
    line-height: 30px;
    font-size: 20px;
  }
  .smart-transportation-one .item-box div{
    font-size: 13px;
    line-height: 25px;
    border-radius: 4px;
  }
  .smart-transportation-one .item-box p{
    font-size: 12px;
    line-height: 22px;
  }
  .smart-transportation-three .item:nth-child(3){
    margin-right: 70px;
  }
  .smart-transportation-three .item:nth-child(4){
    margin-left: 90px;
  }
  .smart-transportation-three .item:nth-child(5){
    top: 60%;
    margin-left: 220px;
  }
  .smart-transportation-three .item:nth-child(6){
    top: 100%;
    margin-left: 0px;
  }
  .smart-transportation-four{
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px){
  .smart-transportation{
    width: calc(100% - 30px);
    margin-top: -15px;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .smart-transportation-one{
    padding: 0 20px;
  }
  .smart-transportation-one &gt; .img-box{
    display: none;
  }
  .smart-transportation-three{
    padding: 40px 10px 100px;
  }
  .smart-transportation-four{
    width: 410px;
    padding-bottom: 40px;
  }
  .smart-transportation-five{
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 700px){
  .smart-transportation-three &gt; div{
    height: 250px;
  }
  .smart-transportation-three .item:nth-child(1){
    margin-right: 120px;
  }
  .smart-transportation-three .item:nth-child(2){
    margin-right: 160px;
  }
  .smart-transportation-three .item:nth-child(3){
    margin-right: 60px;
  }
  .smart-transportation-three .item:nth-child(4){
    margin-left: 65px;
  }
  .smart-transportation-three .item:nth-child(5){
    top: 65%;
    margin-left: 180px;
  }
  .smart-transportation-three .item p:last-child{
    font-size: 12px;
  }
  .smart-transportation-three .item p:first-child{
    font-size: 14px;
  }


  .smart-transportation-five .small-screen .main-flex{
    padding: 0 15px;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; .d-flex{
    margin: 0 15px;
  }
}
@media only screen and (max-width: 576px){
  .smart-transportation{
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .smart-transportation .index-details-title{
    padding-bottom: 8px;
  }
  .smart-transportation &gt; div:first-child{
    overflow: visible;
    background-color: #F1F3F8;
    margin: 0 8px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    padding: 25px 8px;
  }
  .smart-transportation-one h6, .smart-transportation-one .item-box span{
    display: none;
  }
  .smart-transportation-one{
    padding: 0;
  }
  .smart-transportation-one .d-flex{
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .smart-transportation-one .item-box{
    display: flex;
    flex-direction: column;
    width: calc(50% - 4px);
    background: #fff;
    padding: 15px 8px 26px;
    margin-bottom: 10px;
    box-shadow: 2px -2px 4px #CDD4E2;
    border-radius: 2px;
  }
  .smart-transportation-one .item-box div{
    flex: none;
    background: #fff!important;
    color: #575757;
    font-size: 15px;
    height: 30px;
    border-bottom: 1px solid #262626;
    border-radius: 0;
  }
  .smart-transportation-one .item-box p{
    flex: auto;
    color: #999999;
    padding-top: 10px;
  }
  .smart-transportation-three h6,
  .smart-transportation-four h6,
  .smart-transportation-five h6{
    font-size: 18px;
    color: #1F62B5;
  }
  .smart-transportation-three{
    padding: 30px 0 160px;
  }
  .smart-transportation-three &gt; div{
    background-image: url(/static/images/smartTransportation/bg_2.png);
    background-position: center;
    height: 228px;
    margin-top: 100px;
  }
  .smart-transportation-three .item{
    text-align: left!important;
  }
  .smart-transportation-three .item p:first-child{
    font-size: 12px;
    line-height: 25px;
    width: 100%;
  }
  .smart-transportation-three .item p:last-child{
    background: #EEEEEE;
    border-radius: 5px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    padding: 10px 5px 10px 10px;
  }
  .smart-transportation-three .item p:last-child span{
    display: inline-block;
  }
  .smart-transportation-three .item:nth-child(1){
    top: -90px;
    margin-right: 20px;
    width: 135px;
  }
  .smart-transportation-three .item:nth-child(1) p:first-child,
  .smart-transportation-three .item:nth-child(2) p:first-child,
  .smart-transportation-three .item:nth-child(4) p:first-child
  {
    text-align: center;
  }
  .smart-transportation-three .item:nth-child(3) p:first-child,
  .smart-transportation-three .item:nth-child(5) p:first-child,
  .smart-transportation-three .item:nth-child(6) p:first-child
  {
    text-align: right;
  }
  .smart-transportation-three .item:nth-child(1) p:last-child {
    padding: 10px 5px 10px 10px;
  }
  .smart-transportation-three .item:nth-child(2){
    top: 125px;
    margin-right: 60px;
    width: 125px;
  }
  .smart-transportation-three .item:nth-child(2) p:last-child{
    padding: 5px 0px 5px 5px;
  }
  .smart-transportation-three .item:nth-child(3){
    top: 225px;
    margin-right: 28px;
    width: 135px;
  }
  .smart-transportation-three .item:nth-child(3) p:last-child{
    padding: 10px 5px 10px 10px;
  }
  .smart-transportation-three .item:nth-child(4){
    top: -84px;
    margin-left: 20px;
    width: 135px;
  }
  .smart-transportation-three .item:nth-child(5){
    top: 160px;
    margin-left: 86px;
    width: 94px;
  }
  .smart-transportation-three .item:nth-child(5) p:last-child{
    padding: 5px;
  }
  .smart-transportation-three .item:nth-child(6){
    top: 215px;
    margin-left: -18px;
    width: 95px;
  }
  .smart-transportation-three .item:nth-child(6) p:last-child{
    padding: 5px;
  }
  .smart-transportation-four{
    width: 100%;
    padding-bottom: 25px;
  }
  .smart-transportation-four .d-flex{
    margin-top: 6px;
    padding: 0 8px;
  }
  .smart-transportation-four .item{
    width: calc(50% - 5px);
    margin-bottom: 12px;
    background-color: #F1F3F8;
    box-shadow: 3px -2px 6px rgba(0,0,0,.1);
    border-radius: 2px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .smart-transportation-four .item p{
    font-size: 12px;
    margin: 18px 12px 0px;
    color: #575757;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0px rgba(178,180,184,0.63) inset;
    height: 25px;
    line-height: 23px;
    padding: 0;
    flex: none;
  }
  .smart-transportation-four .item div{
    font-size: 12px;
    line-height: 22px;
    color: #575757;
    background-color: transparent!important;
    margin-top: 0;
    padding: 15px 8px 20px;
    box-shadow: none;
    border: none;
    flex: auto;
  }
  .smart-transportation-five .small-screen .title{
    font-size: 12px;
  }
  .smart-transportation-five .small-screen .sub-title{
    font-size: 12px;
    width: 360px;
  }
  .smart-transportation-five .small-screen .sub-title i{
    width: 35px;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; p:first-child{
    line-height: 28px;
    font-size: 12px;
  }
  .smart-transportation-five .small-screen .main-flex{
    padding: 0 8px;
    font-size: 12px;
  }
  .smart-transportation-five .small-screen .main-flex .item{
    width: calc(50% - 4px);
  }
  .smart-transportation-five .small-screen .main-flex .item .d-flex div{
    font-size: 12px;
    width: calc(50% - 2px);
    line-height: 23px;
    overflow: hidden;
    height: 25px;
    margin-top: 4px;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; p:nth-child(3){
    font-size: 12px;
    padding-top: 12px;
  }
  .smart-transportation-five .small-screen .main-box-2 &gt; .d-flex{
    margin: 0 8px;
  }
}

/*æ™ºèƒ½è¿è¾“ ç»“æŸ*/

/*äº§å“ä¸­å¿ƒ å¼€å§‹*/
.product-page .banner{
  height: 10.24rem;
  background: url("/static/images/product/banner.png") no-repeat center/cover;
  position: relative;
}
.product-page .banner .box{
  width: 12rem;
  height: 8.2rem;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 1.6rem;
  left: 50%;
  margin-left: -6rem;
}
.product-page .banner .box h5{
  font-size: 0.4rem;
  margin: 0.5rem 0 0.3rem;
}
.product-page .banner .box .list{
  display: flex;
  width: 10rem;
  margin: 0 auto;
}
.product-page .banner .item{
  width: 20%;
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page .banner .item .hover-img{
  width: 1.2rem;
  height: 1.2rem;
  background-color: #D8E4F7;
  border: 1px solid #EFEFEF;
  box-shadow: 0.03rem 0.02rem 0.06rem rgba(216, 228, 247, 1);
}
.product-page .banner .item span{
  font-size: 0.18rem;
  color: #575757;
  padding-top: 0.2rem;
}
.product-page .banner .box &gt; a{
  margin: 0.2rem auto 0;
}
.product-page .banner .box h5:nth-child(4){
  margin-top: 0.65rem;
}

.index-industry-solutions{
  padding-bottom: 1rem;
  position: relative;
}
.index-industry-solutions .anchor{
  top: -1.5rem;
}
.index-industry-solutions h5{
  font-size: 0.4rem;
  margin: 0.8rem 0 0.6rem;
}
.index-industry-solutions .item-box{
  height: 9rem;
  margin: 0.2rem 0 0.6rem;
  background-repeat: no-repeat;
  background-size: auto 6rem;
  background-position: top center;
  position: relative;
}

.index-industry-solutions .one-item{
  background-image: url("/static/images/smartSupplyChain/banner_big.jpg");
  margin-top: 0!important;
}
.index-industry-solutions .two-item{
  background-image: url("/static/images/smartManufacturing/banner_big.jpg");
}
.index-industry-solutions .three-item{
  background-image: url("/static/images/smartTransportation/banner_big.jpg");
}
.index-industry-solutions .four-item{
  background-image: url("/static/images/smartStorage/banner_big.jpg");
}

.index-industry-solutions .item-box &gt; div{
  width: 15.2rem;
  margin: 0 auto;
  display: flex;
}
.index-industry-solutions .left-box{
  flex: none;
}
.index-industry-solutions .left-box p{
  font-size: 0.56rem;
  font-weight: bold;
  color: #211E21;
  padding-top: 1.65rem;
  position: relative;
  z-index:9;
}
.index-industry-solutions .left-box span{
  text-transform: uppercase;
  font-size: 0.22rem;
  display: block;
  padding-bottom: 0.15rem;
  position: relative;
  z-index:9;
  font-weight: 400;
}
.index-industry-solutions .left-box .img-box{
  display: block;
  width: 5.2rem;
  height: 6rem;
  box-shadow: 0.04rem 0.04rem 0.12rem rgba(0,0,0,.2);
  position: relative;
  z-index:9;
}
.index-industry-solutions .right-box{
  flex: auto;
  padding-top: 6.2rem;
  margin-left: 0.5rem;
  position: relative;
}
.index-industry-solutions .right-box &gt; div.title{
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.index-industry-solutions .right-box &gt; p{
  font-size: 0.18rem;
  color: #999999;
  text-align: justify;
  line-height: 0.34rem;
  padding-right: 1rem;
}
.index-industry-solutions .right-box a,
.product-page .banner .box &gt; a
{
  display: block;
  width: 2.06rem;
  height: 0.56rem;
  background: #F1F3F8;
  line-height: 0.56rem;
  font-size: 0.2rem;
  color: #575757;
  text-align: center;
}
.index-industry-solutions .right-box a:hover,
.product-page .banner .box &gt; a:hover
{
  background: #1F62B5;
  color: #FFFFFF;
}
.index-industry-solutions .right-box a{
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-industry-solutions .one-item a{
  margin-top: 0.55rem;
}
.index-industry-solutions .two-item a{
  margin-top: 1.1rem;
}
.index-industry-solutions .two-item .left-box p{
  color: #FFFFFF;
  text-shadow: 0.04rem 0.02rem 0.05rem rgba(64,62,68,0.44)
}
.index-industry-solutions .two-item .left-box span{
  color: #FFFFFF;
  text-shadow: 0.04rem 0.02rem 0.05rem rgba(64,62,68,0.44);
}
.index-industry-solutions .three-item .d-flex{
  justify-content: space-between;
}
.index-industry-solutions .three-item a{
  margin-top: 0.4rem;
}
.index-industry-solutions .three-item .item{
  width: 2.2rem;
}
.index-industry-solutions .three-item .item div{
  line-height: 0.45rem;
  background: #EEEEEE;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #211E21;
  text-align: center;
}
.index-industry-solutions .three-item .item:nth-child(2n) div{
  background: #CCD5EC;
}
.index-industry-solutions .three-item .item p{
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.25rem;
  padding-top: 0.1rem;
  text-align: justify;
}

.index-industry-solutions .four-item .right-box &gt; div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-industry-solutions .four-item .right-box &gt; div div{
  width: 2.6rem;
  line-height: 0.45rem;
  background: #EEEEEE;
  font-size: 0.22rem;
  color: #211E21;
  text-align: center;
}
.index-industry-solutions .four-item .right-box{
  padding-top: 6.5rem;
}
.index-industry-solutions .four-item a{
  margin-top: 0.2rem;
}
.index-industry-solutions .four-item .right-box &gt; div img{
  width: 0.35rem;
  height: 0.26rem;
}
.index-industry-solutions .four-item .right-box p{
  padding: 0.3rem 0;
}

.product-tab-box{
  background-color: #fff;
  padding: 15px 0;
  box-shadow: inset 0px 4px 4px rgba(197, 197, 197, 0.2);
  display: none;
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 99;
}
.product-tab{
  width: calc(100vw - 15px);
  height: 33px;
  font-size: 12px;
  display: flex;
  align-items: center;
  background-color: #F1F3F8;
  margin: 0 auto;
  max-width: 400px;
}
.product-tab a{
  flex: 0 0 33.33%;
  color: #999;
  line-height: 33px;
  text-align: center;
  position: relative;
}
.product-tab .line{
  width: 1px;
  height: 15px;
  background-color: #999999;
  flex: none;
}
.product-tab a.active{
  background-color: #1F62B5;
  color: #FFFFFF;
}
@media only screen and (max-width: 1280px){
  .product-page .banner .item span,
  .index-industry-solutions .right-box &gt; p,
  .index-industry-solutions .three-item .item p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .index-industry-solutions .right-box a,
  .product-page .banner .box &gt; a{
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px){
  .product-page .banner{
    height: 540px;
  }
  .product-page .banner .box{
    width: 560px;
    margin-left: -280px;
    height: 460px;
    top: 65px;
  }
  .product-page .banner .box .list{
    width: 540px;
  }
  .product-page .banner .box h5{
    font-size: 20px;
    margin: 20px 0 12px;
  }
  .index-industry-solutions{
    padding-bottom: 50px;
  }
  .index-industry-solutions .left-box span{
    font-size: 12px;
  }
  .product-page .banner .box h5:nth-child(4) {
    margin-top: 30px;
  }
  .index-industry-solutions .item-box{
    background-size: auto 300px;
    height: fit-content;
  }
  .index-industry-solutions .item-box &gt; div{
    max-width: 950px;
    width: calc(100vw - 40px);
  }
  .index-industry-solutions h5{
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .index-industry-solutions .left-box p{
    font-size: 28px;
  }
  .index-industry-solutions .left-box .img-box{
    width: 260px;
    height: 300px;
  }
  .index-industry-solutions .right-box &gt; p{
    padding-right: 0;
    line-height: 20px;
  }
  .index-industry-solutions .right-box{
    padding-top: 310px;
    margin-left: 18px;
  }
  .index-industry-solutions .four-item .right-box{
    padding-top: 320px;
  }
  .index-industry-solutions .three-item .item{
    width: 23%;
    flex: 0 0 23%;
  }
  .index-industry-solutions .three-item .item div{
    font-size: 12px;
    line-height: 1;
    background-color: transparent!important;
  }
  .index-industry-solutions .three-item .item p{
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 900px){
  .product-page .banner{
    height: 500px;
  }
  .product-page .banner .box{
    top: 20px;
  }
}
.index-industry-solutions .item-box &gt; img{
  display: none;
}
.index-industry-solutions .four-item .right-box .step-box{
  display: none;
}
@media only screen and (max-width: 750px){
  .index-industry-solutions .item-box {
    background-image: none;
  }
  .index-industry-solutions .item-box &gt; img{
    display: block;
    width: 100vw;
    height: 53.3333vw;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
  }
  .index-industry-solutions .item-box &gt; div{
    width: calc(100vw - 16px);
    background-color: #F1F3F8;
    flex-direction: column;
    position: relative;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
  }
  .index-industry-solutions .left-box{
    color: #1F62B5;
    text-align: center;
  }
  .index-industry-solutions .left-box p{
    padding-top: 25px;
    font-size: 18px;
    color: #1F62B5;
    letter-spacing: 1px;
  }
  .index-industry-solutions .two-item .left-box p{
    color: #1F62B5;
    text-shadow: none;
  }
  .index-industry-solutions .two-item .left-box span{
    color: #1F62B5;
    text-shadow: none;
  }
  .index-industry-solutions .left-box .img-box{
    display: none;
  }
  .index-industry-solutions .right-box{
    padding-top: 6px;
    margin-left: 0;
  }
  .index-industry-solutions .right-box &gt; div.title{
    margin: 0 auto 10px;
    width: 195px;
    height: 23px;
    line-height: 21px;
    text-align: center;
    background: #1F62B5;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
  }
  .index-industry-solutions .right-box &gt; p{
    margin: 0 8px;
    color: #575757;
    text-indent: 24px;
    line-height: 22px;
  }
  .index-industry-solutions .right-box &gt; p br{
    display: none;
  }
  .index-industry-solutions .right-box a{
    position: relative;
    width: 125px;
    height: 30px;
    background: #99A9C3;
    color: #fff;
    margin: 20px auto 30px;
  }
  .index-industry-solutions .right-box a:active{
    background: #1F62B5;
  }
  .index-industry-solutions .three-item .d-flex{
    width: 350px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .index-industry-solutions .three-item .item{
    width: 170px;
    height: 190px;
    flex: none;
    background-color: #FFFFFF;
    border: 1px solid #F1F3F8;
    box-shadow: 0px 5px 3px 0px rgba(213,218,229,0.89);
    border-radius: 3px;
    margin-top: 10px;
    padding: 22px 10px 0;
  }
  .index-industry-solutions .three-item .item div{
    font-size: 15px;
    border-bottom: 1px solid #262626;
    padding-bottom: 6px;
    border-radius: 0;
  }
  .index-industry-solutions .three-item .item p{
    font-size: 12px;
    line-height: 22px;
    margin-top: 4px;
  }
  .index-industry-solutions .four-item .right-box{
    padding-top: 0;
  }
  .index-industry-solutions .four-item .right-box &gt; div.title{
    display: none!important;
  }
  .index-industry-solutions .four-item .right-box p{
    padding: 0;
  }
  .index-industry-solutions .four-item .right-box .step-box{
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .index-industry-solutions .four-item .right-box .step-box &gt; div{
    width: 195px;
    height: 23px;
    line-height: 21px;
    text-align: center;
    background: #1F62B5;
    color: #FFFFFF;
    font-size: 12px;
  }
  .index-industry-solutions .four-item .right-box .step-box i{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #88AAD6;
    margin: 4px 0;
  }
  .index-industry-solutions .four-item .right-box .step-box i:nth-child(4){
    border-top: 8px solid #1F62B5;
  }
  .index-industry-solutions .four-item .right-box .step-box &gt; div:first-child{
    opacity: 0.5;
  }
  .index-industry-solutions .four-item .right-box .step-box &gt; div:nth-child(3){
    opacity: 0.7;
  }
}

@media only screen and (max-width: 576px){
  .product-page .banner{
    display: none;
  }
  .index-industry-solutions h5{
    display: none;
  }
  .index-industry-solutions{
    padding-top: 63px;
  }
}
/*äº§å“ä¸­å¿ƒ ç»“æŸ*/


/*ç¡¬ä»¶äº§å“ å¼€å§‹*/
.hardware-page .banner{
  height: 7rem;
  background: url("/static/images/hardware/banner.png") no-repeat center/cover;
}
.hardware-page .main{
  width: 15rem;
  margin: 0 auto;
}
.hardware-page .first-title{
  width: 1.65rem;
}
.hardware-page .first-title h5{
  font-size: 0.32rem;
  line-height: 0.5rem;
  border-bottom: 1px solid #262626;
  text-align: left;
  text-indent: 0.1rem;
  margin-top: 0.6rem;
}
.hardware-page .title-box{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  height: 0.4rem;
  width: 1.65rem;
  border-bottom: 1px solid #262626;
  padding-left: 0.1rem;
  margin: 0.7rem 0 0.38rem;
  position: relative;
}
.hardware-page .title-box img{
  width: 0.24rem;
  height: 0.24rem;
}
.hardware-page .title-box .anchor{
  top: -1.2rem;
}
.hardware-page .first-title .title-box .anchor{
  top: -1.6rem;
}
.hardware-page .title-box span{
  padding-left: 0.05rem;
}
.hardware-page .first-title .title-box{
  border-bottom: none;
  margin-top: 0;
}
.hardware-page .table{
  box-shadow: 0.04rem 0.04rem 0.08rem rgba(0,0,0,.1);
  border: 1px solid #E6E7EA;
  margin-bottom: 0;
}
.hardware-page .table thead{
  background-color: #B5C7E4;
}
.hardware-page .table thead th{
  border-right: 1px solid #E6E7EA;
}
.hardware-page .table td,
.hardware-page .table th{
  border-right: 1px solid #E6E7EA;
  border-top: none;
  border-bottom: none;
  padding: 0.05rem;
}
.hardware-page .table th{
  font-size: 0.2rem;
  height: 0.7rem;
  vertical-align: middle;
}
.hardware-page .table td{
  font-size: 0.18rem;
  height: 1.8rem;
  vertical-align: middle;
}
.hardware-page .table tbody tr{
  background-color: #F5F6F9;
}
.hardware-page .table tbody tr:nth-of-type(odd){
  background-color: #FFFFFF;
}
.hardware-page .table .img-box{
  position: relative;
  overflow: hidden;
}
.hardware-page .table .img-box img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left top;
  transition: 1s;
}
.hardware-page .table .img-box img:hover{
  transform: scale(1.33) translate(-50%, -50%);
}
.hardware-page .font-weight-bold{
  font-size: 0.18rem!important;
}

.one-table th:nth-child(1){ width: 7%;}
.one-table th:nth-child(2){ width: 16.6667%;}
.one-table th:nth-child(3){ width: 14%;}
.one-table th:nth-child(4){ width: 14%;}
.one-table th:nth-child(5){ width: 16%;}
.one-table th:nth-child(6){ width: 10%;}
.one-table td:nth-child(7){ padding: 0.25rem;}

.two-table th:nth-child(1){ width: 10%;}
.two-table th:nth-child(2){ width: 12.1333%;}
.two-table th:nth-child(3){ width: 12.1333%;}
.two-table th:nth-child(4){ width: 12.1333%;}
.two-table th:nth-child(5){ width: 32.6667%;}

.three-table th:nth-child(2){ width: 9%;}
.three-table th:nth-child(3){ width: 11%;}
.three-table th:nth-child(4){ width: 11.6667%;}
.three-table th:nth-child(5){ width: 14.6667%;}
.three-table th:nth-child(6){ width: 18.6667%;}
.three-table th:nth-child(7){ width: 15.3333%;}


.hardware-page .three-table.table td{
  border-bottom: 1px solid #E6E7EA;
  font-size: 0.16rem;
}
.hardware-page .three-table tbody tr:nth-child(1),
.hardware-page .three-table tbody tr:nth-child(7)
{
  background-color: #F5F6F9;
}
.three-table td:nth-last-child(2){
  padding: 0.25rem;
}
.hardware-page .three-table tbody td:nth-child(1){
  padding: 0 0.1rem;
}
.hardware-page .three-table tbody tr:nth-child(2) td:nth-child(1),
.hardware-page .three-table tbody tr:nth-child(7) td:nth-child(1){
  padding: 0.05rem;
}


.four-table th{ width: 12.6667%;}
.four-table th:nth-child(6){ width: 19.3333%;}
.four-table th:nth-child(7){ width: 17.3333%;}
.four-table td:nth-last-child(2){
  padding: 0.3rem;
}
.hardware-page .four-table tbody tr:nth-child(1) td{
  border-bottom: 1px solid #E6E7EA;
}
.hardware-page .four-table tbody tr:nth-child(1) td:nth-child(1){
  border-bottom: none;
}
.hardware-page .four-table tbody tr:nth-child(2){
  background-color: #FFFFFF;
}
.hardware-page .four-table tbody tr:nth-child(3) {
  background-color: #F5F6F9;
}
.hardware-page .four-table tbody td:nth-child(5){
  padding: 0;
}

.five-table th{ width: 13.6667%;}
.five-table th:nth-child(7){ width: 17.3333%}

.six-table th{ width: 9.1333%;}
.six-table th:nth-child(1){ width: 12%;}
.six-table th:nth-child(6){ width: 18%;}
.six-table th:nth-child(7){ width: 16.3333%;}
.six-table th:nth-child(8){ width: 17.3333%;}
.six-table td:nth-child(6),
.six-table td:nth-child(7){
  padding: 0.04rem;
}

.hardware-page .seven-table{ margin-bottom: 0.5rem}
.seven-table th:nth-child(1){ width: 14%;}
.seven-table th:nth-child(2){ width: 9%;}
.seven-table th:nth-child(3){ width: 11.1333%;}
.seven-table th:nth-child(4){ width: 11.1333%;}
.seven-table th:nth-child(5){ width: 15.6667%;}
.seven-table th:nth-child(6){ width: 8%;}
.seven-table th:nth-child(7){ width: 15.6667%;}
.seven-table th:nth-child(8){ width: 15.3333%;}
.hardware-page .seven-table tbody tr:nth-child(2){
  background-color: #fff;
}
.hardware-page .seven-table.table td{
  border-bottom: 1px solid #E6E7EA;
  font-size: 0.16rem;
}

.eight-table td:nth-last-child(3){
  padding: 0.14rem;
}
.eight-table td:nth-last-child(2){
  padding: 0.15rem;
}
.nine-table td:nth-last-child(2){
  padding: 0.1rem 0.4rem;
}
.hardware-page .nine-table{
  margin-bottom: 1.6rem
}

.hardware-page .swiper-list{
  background-color: #fff;
  display: none;
  padding-top: 63px;
}
.hardware-page .swiper-list .title-box{
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
  justify-content: center;
}

.hardware-page .swiper-list .d-flex{
  width: 365px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8px 0 25px;
}

.hardware-page .swiper-list a{
  width: 180px;
  height: 150px;
  display: block;
  box-shadow: 2px -2px 4px 0px rgba(213,218,229,0.89);
}
.hardware-page .swiper-list a .img-box{
  background-color: #F8F8F8;
  width: 100%;
  height: 120px;
  position: relative;
}
.hardware-page .swiper-list .img-box img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.5) translate(-50%, -50%);
  transform-origin: left top;
}
.hardware-page .swiper-list a p{
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  background-color: #99A9C3;
  color: #fff;
}
.hardware-page .swiper-list a:active p{
  background-color: #1F62B5;
}
.hardware-page .swiper-list .swiper-container{
  width: 365px;
  margin: 0 auto;
  padding: 8px 0 25px;
}



@media only screen and (max-width: 1440px){
  .hardware-page .three-table.table td,
  .hardware-page .seven-table.table td{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px){
  .hardware-page .table td{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .hardware-page .banner {
    height: 36.458vw;
  }
  .hardware-page .main{
    max-width: 937.5px;
    width: calc(100% - 40px);
  }
  .two-table th:nth-child(6){
    min-width: 130px;
  }
  .three-table th:nth-child(7){
    min-width: 100px;
  }
  .three-table th:nth-child(1){
    min-width: 100px;
  }
  .four-table th:nth-child(7){
    min-width: 115px;
  }
  .five-table th:nth-child(7){
    min-width: 90px;
  }
  .six-table th:nth-child(8){
    min-width: 110px;
  }
  .seven-table th:nth-child(8){
    min-width: 110px;
  }
  .hardware-page .title-box{
    margin: 30px 0 16px;
    font-size: 14px;
  }
  .hardware-page .first-title h5{
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  .hardware-page .nine-table{
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px){
  .hardware-page .table .img-box img{
    transform: scale(0.75) translate(-50%, -50%);
  }
  .hardware-page .table .img-box img:hover{
    transform: scale(1) translate(-50%, -50%);
  }
  .hardware-page .main{
    width: calc(100% - 30px);
  }
  .hardware-page .table td{
    padding: 2px!important;
    word-wrap:break-word;
    word-break:break-all;
  }
  .three-table th:nth-child(5){
    width: 10%;
  }
  .hardware-page .table td br{
    display: none;
  }
}
@media only screen and (max-width: 768px){
  .hardware-page .main{
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 576px){
  .hardware-page .banner,
  .hardware-page .main
  {
    display: none;
  }
  .hardware-page .swiper-list{
    display: block;
  }
}

/*ç¡¬ä»¶äº§å“ ç»“æŸ*/

/*è½¯ä»¶äº§å“ å¼€å§‹*/
.software-page .banner{
  height: 7rem;
  background: url("/static/images/hardware/banner.png") no-repeat center/cover;
}
.software-page .main{
  width: 15rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.software-page .top-title{
  width: 1.76rem;
  text-align: center;
  margin-top: 0.6rem;
}
.software-page .top-title h4{
  font-size: 0.32rem;
  line-height: 0.55rem;
  border-bottom: 1px solid #BDBDBD;
  font-weight: bold;
  letter-spacing: 4px;
  color: inherit;
}
.software-page .top-title span{
  text-transform: uppercase;
  font-size: 0.18rem;
  line-height: 2;
  display: block;
}
.software-page .item{
  margin-top: 0.6rem;
  height: 4.3rem;
  display: flex;
  border: 1px solid #EFEFEF;
  box-shadow: 0.02rem 0.02rem 0.08rem rgba(0,0,0,.1) ;
  position: relative;
}
.software-page .item .anchor{
  top: -1.2rem
}
.software-page .item:first-child{
  margin-top: 0.4rem;
}
.software-page .item .hover-img{
  width: 7rem;
  height: 100%;
  flex: none;
}
.software-page .item .hover-img img:last-child{
  display: none;
}
.software-page .right{
  padding: 0.5rem;
}
.software-page .item .title-box{
  display: flex;
  align-items: center;
  width: fit-content;
  height: 0.4rem;
  border-bottom: 1px solid #BDBDBD;
  font-size: 0.24rem;
  padding: 0 0.1rem 0 0.04rem;
  margin-bottom: 0.18rem;
}
.software-page .item .title-box i{
  width: 0.17rem;
  height: 0.19rem;
  background: url("/static/images/smartManufacturing/icon_play.png") no-repeat center/100% 100%;
  margin-right: 0.08rem;
}
.software-page .right p{
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.32rem;
  text-indent: 0.36rem;
  text-align: justify;
}
@media only screen and (max-width: 1280px){
  .software-page .right p{
    font-size: 12px;
    text-indent: 24px;
  }
  .software-page .top-title span{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px){
  .software-page .banner{
    height: 36.458vw;
  }
  .software-page .main{
    max-width: 938px;
    width: calc(100vw - 40px);
    padding-bottom: 100px;
  }
  .software-page .item{
    height: calc(28.6667vw - 12px);
    max-height: 270px;
    margin-top: 30px;
  }
  .software-page .item:first-child{
    margin-top: 20px;
  }
  .software-page .item .hover-img{
    width: 46%;
  }
  .software-page .right{
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 768px){
  .software-page .top-title{
    margin-top: 20px;
  }
  .software-page .top-title h4{
    font-size: 16px;
    line-height: 30px;
  }
  .software-page .main{
    width: calc(100vw - 20px);
    padding-bottom: 60px;
  }
  .software-page .item{
    height: 32vw;
    margin-top: 20px;
  }
  .software-page .item:first-child{
    margin-top: 12px;
  }
  .software-page .right{
    padding: 6px 10px;
  }
  .software-page .item .title-box{
    margin-bottom: 0;
    font-size: 14px;
    height: 20px;
    border: none;
  }
  .software-page .right p{
    line-height: 16px;
  }
}
@media only screen and (max-width: 576px){
  .software-page .banner{
    display: none;
  }
  .product-tab-box{
    display: block;
  }
  .software-page .top-title{
    margin: 0 auto;
    color: #1F62B5;
    width: auto;
  }
  .software-page .top-title h4{
    border-bottom: none;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    padding-top: 7px;
  }
  .software-page .top-title span{
    transform: scale(0.9);
    letter-spacing: 1px;
  }
  .software-page .main{
    width: 100%;
    padding-top: 63px;
  }
  .software-page .item{
    height: fit-content;
    max-height: none;
    flex-direction: column;
    box-shadow: none;
    border: none;
  }
  .software-page .item:first-child{
    margin-top: 6px;
  }
  .software-page .item .hover-img{
    width: 100%;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
  }
  .software-page .item .hover-img img:first-child{
    display: none;
  }
  .software-page .item .hover-img img:last-child{
    display: block;
  }
  .software-page .right{
    background-color: #F1F3F8;
    z-index: -1;
    margin: 0 8px;
    box-shadow: 2px 3px 6px rgba(0,0,0,.1);
    padding: 25px 8px;
  }
  .software-page .item .title-box{
    margin: 0 auto 10px;
    width: 195px;
    height: 23px;
    background: #1F62B5;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
  }
  .software-page .item .title-box i{
    display: none;
  }
  .software-page .right p{
    color: #262626;
    line-height: 22px;
  }
}
/*è½¯ä»¶äº§å“ ç»“æŸ*/


/*è¡Œä¸šæ¡ˆä¾‹ å¼€å§‹*/
.cases-page{
  background: url("/static/images/cases/bg.jpg") no-repeat top/100% auto;
  background-color: #f2f3f8;
  padding-top: 1.5rem;
}
.cases-page .title-box{
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
.cases-page .title-box h4{
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.54rem;
  border-bottom: 1px solid #262626;
  padding: 0 0.05rem;
}
.cases-page .title-box span{
  font-size: 0.24rem;
  line-height: 1.2;
  display: block;
}
.cases-page .list{
  display: flex;
  flex-wrap: wrap;
  width: 15.9rem;
  padding-top: 0.5rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.cases-page .list .item{
  width: 5rem;
  height: 5rem;
  margin: 0 0.15rem 0.8rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
  border: 1px solid #D2D2D2;
  box-shadow: 0.03rem 0.03rem 0.08rem rgba(0,0,0,.1);
}
.cases-page .list .item .hover-img{
  width: 4.6rem;
  height: 3.5rem;
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0,0,0,.1);
}
.cases-page .list .item p{
  font-size: 0.2rem;
  padding-top: 0.4rem;
}
.cases-page .list .item.more{
  display: none;
}
@media only screen and (max-width: 1200px){
  .cases-page{
    padding-top: 75px;
  }
  .cases-page .title-box h4{
    font-size: 20px;
  }
  .cases-page .title-box span{
    font-size: 12px;
  }
  .cases-page .list{
    width: 744px;
    padding-top: 20px;
  }
  .cases-page .list .item{
    width: 234px;
    height: 234px;
    margin: 0 7px 30px;
  }
  .cases-page .list .item .hover-img{
    width: 218px;
    height: 165px;
  }
  .cases-page .list .item p{
    padding-top: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px){
  .cases-page .title-box{
    display: none;
  }
  .cases-page{
    padding-top: 0;
  }
  .cases-page .list{
    width: 496px;
  }
  .cases-page .list .item{
    margin: 0 7px 20px;
  }
  .cases-page .list .item.more{
    display: flex;
    color: #999;
  }
  .cases-page .list .item.more &gt; div{
    width: 218px;
    height: 165px;
    background-color: #F1F3F8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cases-page .list .item.more img{
    height: 84%;
  }
}
@media only screen and (max-width: 500px){
  .cases-page .list{
    width: 96vw;
  }
  .cases-page .list .item{
    width: 46vw;
    height: 46vw;
    margin: 0 1vw 4vw;
    padding-top: 2vw;
    border: none;
  }
  .cases-page .list .item .hover-img,
  .cases-page .list .item.more &gt; div{
    width: 42vw;
    height: 32vw;
  }
  .cases-page .list .item p{
    padding-top: 3.5vw;
  }
}
/*è¡Œä¸šæ¡ˆä¾‹ ç»“æŸ*/

/*ç¡¬ä»¶è¯¦æƒ…  å¼€å§‹*/
.hardware-details-page .banner {
  height: 3rem;
  background: url(/static/images/hardware/banner.png) no-repeat center/cover;
}
.hardware-details-page &gt; .d-flex{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.hardware-details-page .title{
  font-size: 20px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
}
.hardware-details-page .img-box{
  width: 300px;
  height: 300px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hardware-details-page .info-box{
  margin-left: 20px;
  margin-top: 80px;
  font-size: 0.2rem;
  line-height: 2;
  color: #575757;
}
.hardware-details-page .info-box span{
  color: #262626;
  font-weight: bold;
}

@media only screen and (max-width: 576px){
  .hardware-details-page .banner{
    display: none;
  }
  .hardware-details-page &gt; .d-flex{
    flex-direction: column;
    padding-top: 15px;
    /*border-top: 1px solid #e7e7e7;*/
    min-height: calc(100vh - 204px);
  }
  .hardware-details-page &gt; .d-flex &gt; div:first-child{
    width: 96vw;
    margin: 0 auto;
    box-shadow: 2px 2px 6px #DADEE8;
    background-color: #F8F8F8;
  }

  .hardware-details-page .title {
    width: 100%;
    height: 30px;
    background: url(/static/images/hardware/details-title.png) no-repeat center/100% 30px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
  }
  .hardware-details-page .img-box{
    width: 100%;
    height: 150px;
  }
  .hardware-details-page .img-box img{
    transform: scale(0.5);
  }
  .hardware-details-page .info-box{
    margin: 15px 2vw 40px;
    font-size: 12px;
  }
}


/*ç¡¬ä»¶è¯¦æƒ…  ç»“æŸ*/
</pre></body></html>